Loading Tool

Explorer IconExplorer

Memory Pool

47,731 transactions
30.12 vMB
0.08058154 BTC
Random Selection Loading Transactions
Max Size: 160.77/200 MB

Candidate Block

Mining Attempt 63ce0650a2b7eb37a711c4c76172536cf53a92eace6aed67442d5085c8211bae
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root f3065df74355f5a3a526aec8efe2f42b5501ba51fa0b7bdca7fdd4a7d3a98b62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02152808 BTC
Feerates: 79.18 > 2.16 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (250,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,154 664,154 0000000000000000000c36d4654558094b36222a4e47f2b4704fa090e0b18176 2,512 1.00/1.00 vMB 56
664,153 664,153 0000000000000000000c33a3389bb25e262264b7972989ae92052cecb093c5ee 2,357 1.00/1.00 vMB 22
664,152 664,152 0000000000000000000de5e81865e026558e5989ef6fc7088ee5ca8724a19da5 2,531 1.00/1.00 vMB 83
664,151 664,151 00000000000000000009fd3e5fb042f5aa7efc8b87130d8db135ea6846a4a14c 1,686 1.00/1.00 vMB 39
664,150 664,150 0000000000000000000c86dc1953e701c2d4a080eb197ffcb0c44b7dbb264eb2 496 1.00/1.00 vMB 61
664,149 664,149 0000000000000000000b8c5a1dafccbb937bb58209c484e99c78c93de41d8fa5 2,651 1.00/1.00 vMB 102
664,148 664,148 000000000000000000001491ea9511dc53f18ce54284f42a0a4fe6c5b76fb85b 2,864 1.00/1.00 vMB 80
664,147 664,147 000000000000000000048d5b3a88dc6171ebe4a5c83fb58cd9d9364382071748 2,697 1.00/1.00 vMB 65
664,146 664,146 0000000000000000000519e4e932afaf7877b28892f4ccc58cfb59744f975dcd 2,906 1.00/1.00 vMB 88
664,145 664,145 000000000000000000079c0a0533a2f29a08e4e73bbbdc2e28bbc68078f568b3 2,150 1.00/1.00 vMB 42
664,144 664,144 00000000000000000003c2dd9591c9fd5916419cfd7206a5bbba3608e3897bb0 1,973 1.00/1.00 vMB 93
664,143 664,143 00000000000000000000c7b414d9d24fe3a7d88a4a2e21cceeb03d08e9508d92 2,500 1.00/1.00 vMB 57
664,142 664,142 000000000000000000062062cc64743cb66a9f5d06d429045f2e9b9c0c2c3b22 2,597 1.00/1.00 vMB 63
664,141 664,141 000000000000000000024441fe90c012bd39a4823dd91628db499f82e0f996bb 2,815 1.00/1.00 vMB 40
664,140 664,140 000000000000000000098b7d597ae8134a6851dc71ce87b2e4ea02f7b6ad8660 2,670 1.00/1.00 vMB 24
664,139 664,139 0000000000000000000d15f0ae51b03cd0adcb802a4c0342a082287c71d8a0ae 1,653 1.00/1.00 vMB 36
664,138 664,138 00000000000000000005a35191ff5c23ff8d8a5806f11db0265a87e89e096c15 2,572 1.00/1.00 vMB 70
664,137 664,137 0000000000000000000197201d9c68714cb32d613ae16180b8250d6173808aa9 2,255 1.00/1.00 vMB 13
664,136 664,136 0000000000000000000a48af798338e9d8ca6636d258b1593c5eebce7d4671ab 2,863 1.00/1.00 vMB 82
664,135 664,135 000000000000000000066a63045b47e6c59ab2f8efa7a1137989ec64a853a08a 2,254 1.00/1.00 vMB 65
664,134 664,134 0000000000000000000a13928c3504188d9b2a39452979d0a66fdf8402d4d570 1,644 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.13 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: 652.41 GB
    • Received: 13.77 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.