Loading Tool

Explorer IconExplorer

Memory Pool

48,412 transactions
27.98 vMB
0.08092130 BTC
Random Selection Loading Transactions
Max Size: 148.39/200 MB

Candidate Block

Mining Attempt 41e252209c644c6498736d0e00c71e3bb4d5d547f86e0e77944714990326ab8a
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 5d91090f3f2fdf48e2c39a39e00c7fd8efa2410b9d5204a994977f42ff1c6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.02537676 BTC
Feerates: 318.30 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (506,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,788 408,788 0000000000000000027fde12ccf35ace103a265962f853a02f0669237baa962f 1,868 0.76/1.00 vMB 45
408,787 408,787 000000000000000002727f999f52664261f3e6b9bc8f332f2c404940afb79ed2 423 0.62/1.00 vMB 16
408,786 408,786 000000000000000004d52c01adedb18b8a5c748e15b1b840258f7e467c61c22e 1,727 1.00/1.00 vMB 35
408,785 408,785 000000000000000001fd44ede29bbaedcaee5272b516a061a67662a48d1f4723 1,041 1.00/1.00 vMB 23
408,784 408,784 000000000000000005811a908ab3ce7f1bd3901044e48b9a402f72f05b18b97c 1,871 1.00/1.00 vMB 36
408,783 408,783 0000000000000000023aa03b2ec5d3b93b5dc2689b99e40a3a52f5c6a5108f0e 2,162 1.00/1.00 vMB 31
408,782 408,782 000000000000000001369dca9135143d9100991e80cc9978e8def3c3327d00bf 1 0.00/1.00 vMB 0
408,781 408,781 000000000000000001894f31ed4d9bc1287b3a198562debb309a6ac0f252e606 2,718 0.99/1.00 vMB 43
408,780 408,780 0000000000000000016baea23fab7bd52d8f65b94298dd003f3fac1f24fa3116 3,343 0.99/1.00 vMB 93
408,779 408,779 000000000000000005631e0856d4228f4b7a4d92ef6ceee3571c6c9f80b64d23 395 0.23/1.00 vMB 19
408,778 408,778 0000000000000000023fb1c862eee2e831ae430ec6afccacdcda87f2052ad543 160 0.07/1.00 vMB 34
408,777 408,777 00000000000000000224d7c354795af9440acffa893b21b15eb75a8a8505389a 1,012 0.57/1.00 vMB 31
408,776 408,776 000000000000000004ba85df748dd961201b76f762cb9053204fb9fefb8f1a57 464 1.00/1.00 vMB 9
408,775 408,775 0000000000000000032fc934e1610ce94c955e6c76afbd074f56c1f2df280114 547 0.36/1.00 vMB 58
408,774 408,774 0000000000000000052bafd176ccb260ffb178babdb5d3f98e05790c3e5761bc 418 0.22/1.00 vMB 56
408,773 408,773 000000000000000000f2e0be305660094c6151b6df3387c06057eb3e7f1b1210 57 0.05/1.00 vMB 19
408,772 408,772 0000000000000000034f1677f21e5b268fa280b6921478103762106bd8413e39 848 0.35/1.00 vMB 51
408,771 408,771 000000000000000000fe8dda9769a268edd35773b72e728d4ff0bfa34db1c283 1,027 0.51/1.00 vMB 36
408,770 408,770 0000000000000000037dade76970507ac9ddc0b6b8d3f900009a0c58d9c29a5b 1,551 0.72/1.00 vMB 40
408,769 408,769 0000000000000000041d955d8a2d09325561af72459c67ee8f545fb5a1dbe1dc 1,729 0.79/1.00 vMB 40
408,768 408,768 00000000000000000324724fa01016f522956e2de010d34f5f70caa37e6008b0 349 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.10 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.