Loading Tool

Explorer IconExplorer

Memory Pool

77,100 transactions
28.61 vMB
0.08879850 BTC
Random Selection Loading Transactions
Max Size: 173.53/200 MB

Candidate Block

Mining Attempt 3fc656a49e9d5b63feba09d284fd5d7fcf9f3bdc22d52d37cfe980180b4c0be8
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 2aed53d56daa28b0e4043b80314ef02174f0c5a8bbfc42b4939fb91736f6274b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,970
Size: 1.00 vMB
Total Fees: 0.02319292 BTC
Feerates: 402.60 > 2.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (444,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,492 470,492 00000000000000000061e627f532be30ff28da98d63cacf947cb7fecda57cffc 2,095 1.00/1.00 vMB 340
470,491 470,491 000000000000000000691ea1d09998c94ff93e51a1023f3f6defa35786d68f3f 2,053 1.00/1.00 vMB 362
470,490 470,490 0000000000000000015537a646b868aa05a4324031c227e1ead3976384eddb3c 2,091 0.93/1.00 vMB 400
470,489 470,489 000000000000000000db8b0c5d2ee9267f0f6312a0a522280bc20e200a799fdf 2,478 1.00/1.00 vMB 492
470,488 470,488 0000000000000000006f6f73908f9ab26c762b4d78f8f65cb95815e8dc1ad1a1 1,058 1.00/1.00 vMB 78
470,487 470,487 00000000000000000048ad462350576c8fb544c28df6ee4acdbd4d4373a1fe92 2,487 1.00/1.00 vMB 237
470,486 470,486 0000000000000000013ce59a658ae7e95a9a6ea8fc7aff439ba34b39ddc1927f 2,027 1.00/1.00 vMB 336
470,485 470,485 000000000000000000a59add2e62b30664c8c4ee69dd40797d5ee4c04d11d20f 1,830 1.00/1.00 vMB 352
470,484 470,484 0000000000000000007bf76719b63b92cd4958204a465ec39d01c7cec9622d79 2,418 1.00/1.00 vMB 296
470,483 470,483 00000000000000000054efa04cad0fa491a0688b310daa1aab56daab0120cc16 2,302 1.00/1.00 vMB 323
470,482 470,482 0000000000000000007f9c1c692f1474b3ed7e9f23c852b38546b04a728c713d 1,204 1.00/1.00 vMB 145
470,481 470,481 000000000000000000dd08255cbbe9ae5330d1831624b51495b93494c9d8988b 1,252 1.00/1.00 vMB 194
470,480 470,480 00000000000000000064b1cdd8201e150fcd04bbd84ba4bf0ffa032df86737ae 1,780 1.00/1.00 vMB 263
470,479 470,479 00000000000000000187bfa3b10f9d906528dfdf590a1924b18679365a7175fa 1,909 1.00/1.00 vMB 153
470,478 470,478 0000000000000000009bd2e17d5e5a0c30a6d8a6f4b4751171ef1292406c7ce2 1,831 1.00/1.00 vMB 267
470,477 470,477 0000000000000000005eb1409bf9901c89517cd91d6c6a6e1390a88882ae0bf1 1,245 0.99/1.00 vMB 163
470,476 470,476 000000000000000000d8e8ae2f704dd22214333aec8bf4de11b921f865efc890 1,565 1.00/1.00 vMB 157
470,475 470,475 0000000000000000012f198ccff7013947263bc87904a1ad51e3ed58f65119ed 1,859 1.00/1.00 vMB 341
470,474 470,474 0000000000000000000200953c0a1bdf58462b96bd7458b7ed6ebdfa5822c1b6 738 1.00/1.00 vMB 448
470,473 470,473 0000000000000000007f10157cfd5bddb23b649d4a82c8df4916010059031f8c 1,107 1.00/1.00 vMB 387
470,472 470,472 000000000000000000e7e3e83a03c524e14fb02819217469b7f2214ab5df3a4b 944 1.00/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.