Loading Tool

Explorer IconExplorer

Memory Pool

42,214 transactions
30.37 vMB
0.16449093 BTC
Random Selection Loading Transactions
Max Size: 153.41/200 MB

Candidate Block

Mining Attempt 17b0930cdcae6622a0f23d53f4463c8fe6cc36566c89aa4b688bf665174e6455
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 5e5fc1128b02f0455d363a388549d30eb257f4ca85ba00c93b7c1c65b74ec351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,720
Size: 1.00 vMB
Total Fees: 0.09122435 BTC
Feerates: 301.60 > 9.14 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (524,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,851 389,851 00000000000000000213afb64a9f07d2fe04140ea3f86cae3a7b4f30a6297913 1,672 0.75/1.00 vMB 43
389,850 389,850 00000000000000000467d87051819c0f8a8754bad56fb13836684507b3450d16 1,791 0.75/1.00 vMB 61
389,849 389,849 00000000000000000a89e40c1c4f2d5c76d0dd8b407ce3d89c03fe0d3bbef766 3,364 1.00/1.00 vMB 57
389,848 389,848 000000000000000007b337df0e83c43fb53874d5e8f713d25cdfa7c6219f9aba 281 0.14/1.00 vMB 41
389,847 389,847 00000000000000000686c021d01ec13c11f667a4bc8f728c1d4ab0ede47f7f67 1,707 0.76/1.00 vMB 37
389,846 389,846 00000000000000000b9d705647888ccdbd2935aa33691ff90292c70cf75f2e56 154 0.25/1.00 vMB 7
389,845 389,845 00000000000000000842286faa1f37fd609e1374ada25c0aa9c60155cc32425e 1,401 1.00/1.00 vMB 26
389,844 389,844 0000000000000000068234693e41decd5bfc1b8c5d62cc0aee8a78b398d39cb8 213 0.25/1.00 vMB 21
389,843 389,843 00000000000000000093a886c3baeb87416b34a909f9ecfdd0199f3dd82b92fd 652 0.75/1.00 vMB 17
389,842 389,842 00000000000000000aba64904e5c1cd39face3590c0e236c8177cdcfa99eacef 1,584 1.00/1.00 vMB 24
389,841 389,841 0000000000000000052402ed1f1fadd32249b68b99e4f09b2b334c72bcdc3b0c 1,668 0.75/1.00 vMB 38
389,840 389,840 0000000000000000068aae0c8c61f3c6084a84c38e491dcbb68ba990844d482c 2,371 0.95/1.00 vMB 32
389,839 389,839 0000000000000000069ca4dd51569bfec00b83469ab7640c7cb3705d2e630909 3,143 0.93/1.00 vMB 71
389,838 389,838 000000000000000001fbb0de1bcdeaa28c324b073ccdf6128d0005591a3d4aac 1,758 0.75/1.00 vMB 43
389,837 389,837 000000000000000002af28b9f7424898609833cf70e9d51bc98ca793e9fd37d9 2,771 1.00/1.00 vMB 48
389,836 389,836 000000000000000008402dfc3f5231505ec3a24d980ad3fb422d14dc1a50a18d 2,302 0.95/1.00 vMB 31
389,835 389,835 000000000000000002769e1473af8c2f7c34ffb9738a833266cfce9c0fc92cbc 2,380 0.93/1.00 vMB 35
389,834 389,834 00000000000000000495d772b1aeedd1eb283a9b317fa4be35e459eb06004f3e 2,361 0.93/1.00 vMB 48
389,833 389,833 0000000000000000093be655b39902fd5b4dc95dd2e97eebc167ee86a6061b8f 2,251 0.93/1.00 vMB 34
389,832 389,832 000000000000000002e836e29339404d4c0309181bc6a82b03be531b2be9c6fd 3,349 1.00/1.00 vMB 66
389,831 389,831 00000000000000000737265a842ae2ff002a7d09fb950debb008cce679c3eed8 3,785 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 618.75 GB
    • Received: 11.20 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.