Loading Tool

Explorer IconExplorer

Memory Pool

74,681 transactions
28.72 vMB
0.08296822 BTC
Random Selection Loading Transactions
Max Size: 170.17/200 MB

Candidate Block

Mining Attempt efe2636fb9afdca371ec2cb6beb5bf23a3277fa3025260375ac24961c47efdbc
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root e9b4f883949cd34374bb94b5d102f8259d53a98df2d48a503476ec5b313be873
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,055
Size: 1.00 vMB
Total Fees: 0.02474481 BTC
Feerates: 150.93 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (268,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,117 646,117 00000000000000000003d56be6fa03ebe65e2547c1fdd50f2d46f3b76d0a0889 3,188 1.00/1.00 vMB 112
646,116 646,116 000000000000000000038d4da5b266006c9cf31d68ce3f75251cd131dc902c9c 711 0.31/1.00 vMB 36
646,115 646,115 0000000000000000000cf3fbecc0b4fd0418135c15c89661ca8212a801090841 1,799 0.96/1.00 vMB 47
646,114 646,114 000000000000000000067b19a813c2e8a0937f35efb6d568869b08efdc0b82cc 612 0.29/1.00 vMB 54
646,113 646,113 000000000000000000005daa93e10cc2a8b7a6d036eb1ed9a6bba40d222a4140 1,896 0.76/1.00 vMB 13
646,112 646,112 0000000000000000000a3b7bc4805ffe62460d88f943f6ce09493e0403a0b8c8 2,207 1.00/1.00 vMB 45
646,111 646,111 0000000000000000000f3d3263b0994f1436af8e4491063cc9d3e5969e0c0034 2,590 1.00/1.00 vMB 23
646,110 646,110 000000000000000000090568820f52fb722acf24cb96bc6f5fdde60e2bbb580f 2,539 1.00/1.00 vMB 35
646,109 646,109 0000000000000000000422e00d58a99c6d74de28d7d27eb8eb21abd0154983cf 2,024 1.00/1.00 vMB 26
646,108 646,108 00000000000000000005f2ea7335b8d94b9931c1ddbaa7147133370198aee42d 2,181 1.00/1.00 vMB 61
646,107 646,107 000000000000000000047755fc83badc5bc3b857d6dd57da9d53adf7a0721246 2,794 1.00/1.00 vMB 90
646,106 646,106 000000000000000000072da3494528f9495d422ce7d5d95d42ce47af6a3757b3 2,244 1.00/1.00 vMB 30
646,105 646,105 00000000000000000008534354d318964e34c5aea596b9ecf7f04291b6220ab2 2,123 1.00/1.00 vMB 93
646,104 646,104 0000000000000000000f421434e8cda7f64f9d2810be8e57d59af4d76755474c 1,512 0.64/1.00 vMB 48
646,103 646,103 000000000000000000073ff6425c2e5fde07f446bdbbcf8043419ada95f2a241 1,502 0.59/1.00 vMB 15
646,102 646,102 000000000000000000090ebd441b298cf080238856fb857bdf5ad6153ef8dd1d 2,514 1.00/1.00 vMB 49
646,101 646,101 0000000000000000000f8bd45c4a6c981159f6e67e676516cadf8bd7d79c3a61 1,875 1.00/1.00 vMB 18
646,100 646,100 0000000000000000000fc00b39b775a505eb38375ebb569b7729a5e75070869b 2,382 1.00/1.00 vMB 44
646,099 646,099 0000000000000000000aea8c7b7581f45e78c5671005ad16d899b59977df9ce5 1,167 1.00/1.00 vMB 10
646,098 646,098 00000000000000000002d8440146da15c59237fe586e3a808f1cbd466e748145 2,074 1.00/1.00 vMB 56
646,097 646,097 000000000000000000097d484c99e66f9f585cd67738d028fa6edde11c717f00 1,977 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.18 GB
    • Received: 15.41 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.