Loading Tool

Explorer IconExplorer

Memory Pool

73,432 transactions
28.46 vMB
0.06962019 BTC
Random Selection Loading Transactions
Max Size: 168.24/200 MB

Candidate Block

Mining Attempt afd682d99afd8464cf7886a2a9c4b30d7be28b1a2e67d85c5765e4783505a221
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 69a38950fc39171f66f62058a833c88d3a420675803cd5ac3eda5e88324f087f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.01244557 BTC
Feerates: 100.36 > 1.25 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (245,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,499 669,499 00000000000000000001bdd5752d07088b5bc1606394e4c25862e02e044967c7 1,016 1.00/1.00 vMB 26
669,498 669,498 0000000000000000000caee5652d01a82cc4e11e60fdf2635d7c1827870a29da 1,408 1.00/1.00 vMB 59
669,497 669,497 00000000000000000002565c1b985f4033a43ebfd2ad7a53ba9e6d42ceaa5053 989 1.00/1.00 vMB 46
669,496 669,496 00000000000000000005888464740a4909e6811d0b6182cc5da5a37acb1dd177 1,779 1.00/1.00 vMB 35
669,495 669,495 000000000000000000078b1b26948fa08f1ec46874a6451c7a5c94cc3e6efc14 2,280 1.00/1.00 vMB 36
669,494 669,494 00000000000000000003934b63ac43e8047d2aa55afdab6aaa651739534213a7 2,217 1.00/1.00 vMB 25
669,493 669,493 00000000000000000009bd74c8f5ec1b7577c70364ec87aadf66d73a12c4c158 1,761 1.00/1.00 vMB 40
669,492 669,492 00000000000000000003e2995b5083de297abe50704f444c638f2d68d636ac6e 2,627 1.00/1.00 vMB 97
669,491 669,491 00000000000000000008897de6e86d93fc3a0d9ac40ea244ba111ac5f80c3d2f 1,345 1.00/1.00 vMB 99
669,490 669,490 0000000000000000000a3ff4883fae85ef13cc003a86f22bd5018de7bf568838 1,842 1.00/1.00 vMB 118
669,489 669,489 0000000000000000000910634cede06a30596802daaf4ca74ea134c592caccf0 2,083 1.00/1.00 vMB 28
669,488 669,488 0000000000000000000a9f2f7fc3054102abb5a7d7d58e5d7cc4d2195a0271ea 2,172 1.00/1.00 vMB 51
669,487 669,487 0000000000000000000559b8405833951f2412d91debca082930f54973b4b7b6 2,163 1.00/1.00 vMB 96
669,486 669,486 000000000000000000042a4966d3f1728a265a218ff70e17078288d22dfe88fc 1,668 1.00/1.00 vMB 76
669,485 669,485 000000000000000000084ee3fb5def680eb49c8dd750974e379f74faf346fd2e 2,044 1.00/1.00 vMB 62
669,484 669,484 00000000000000000003f4e910ba93cd75b76928d61a356d4bbb569271ecf111 2,289 1.00/1.00 vMB 122
669,483 669,483 0000000000000000000b8c84302d714288b5ab517c515b6104359e7bb97fe912 2,305 1.00/1.00 vMB 95
669,482 669,482 00000000000000000007c192270a4a628d8c2e5b8ae0f263b863d9c23ecff1a3 1,863 1.00/1.00 vMB 109
669,481 669,481 0000000000000000000c46c2ed481838c876dbe9237b34101174ff494a333eb1 1,429 1.00/1.00 vMB 86
669,480 669,480 0000000000000000000685ce2d8aaabbc1c4148b769ddd15c4a181775d4695b2 1,809 1.00/1.00 vMB 118
669,479 669,479 0000000000000000000265b1d1827e21f11c47ae137dcc1d6c5428d624fb3958 3,052 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.