Loading Tool

Explorer IconExplorer

Memory Pool

80,260 transactions
30.47 vMB
0.08985715 BTC
Random Selection Loading Transactions
Max Size: 185.20/200 MB

Candidate Block

Mining Attempt 7e44db6d158c090d0a3924bd5b48e904db3c28b9c00698ed86a4bb901a51c910
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root c8170c31a1fea41d19c5aeb6e2c47440ed7e8ee9b908d92ab05f3cbfa4eb2cc7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.02079604 BTC
Feerates: 203.60 > 2.08 > 0.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (85,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,489 829,489 00000000000000000002fb50926355ac8dec25b2e606e80b35da595e08beedcd 708 1.00/1.00 vMB 24
829,488 829,488 0000000000000000000384bc5eef7e319efa8a77abe69824eb5b7c438469c9da 858 1.00/1.00 vMB 28
829,487 829,487 0000000000000000000189f5fe46f848854d513379a467657d9ca57aeb3fad22 432 1.00/1.00 vMB 22
829,486 829,486 00000000000000000001503918e9d0f8ed46ffc63e27684f5dbd48af70944aa4 2,383 1.00/1.00 vMB 28
829,485 829,485 00000000000000000002f32fe1dec8f8f072b134df1ca8ba7b1d1305fb824325 2,014 1.00/1.00 vMB 37
829,484 829,484 000000000000000000012a235c65b75e6dfa1cdd920354237b3d4ba0d42042c3 2,576 1.00/1.00 vMB 38
829,483 829,483 00000000000000000000ec1b20cd0f82305e274a168660cea5e28d0a7e024111 3,064 1.00/1.00 vMB 58
829,482 829,482 00000000000000000000b5585f74fc05d2b5df5b421fc989f9b9f47fcf37023b 1,227 1.00/1.00 vMB 26
829,481 829,481 000000000000000000019347b96e1cf6e1b3e1462e5de0a0d4d2e4ed395cc5d7 818 1.00/1.00 vMB 24
829,480 829,480 000000000000000000006733b88380cb3c1d7daa075e3853657bbea171e644cd 1,391 1.00/1.00 vMB 27
829,479 829,479 00000000000000000001a24654c83c9786371bda2de7f0d65775b507e6aa7fe6 1,067 1.00/1.00 vMB 28
829,478 829,478 000000000000000000024ab07616592f2b3ec8d7c5a6d250606f546c074f955f 2,045 1.00/1.00 vMB 25
829,477 829,477 0000000000000000000068c8e73b4331a624a8b76bded49fc87f6e71e9470588 2,416 1.00/1.00 vMB 31
829,476 829,476 000000000000000000025215701c55dd854cf9a52e03e87eb51115b96203ba13 2,814 1.00/1.00 vMB 50
829,475 829,475 00000000000000000003a3f2cdebf63d24493dda86337c2e5833df280483b4de 2,464 1.00/1.00 vMB 34
829,474 829,474 00000000000000000002ea5132fc0fb63bc45c4a55c52bb0931470cc5e4be0f5 1,005 1.00/1.00 vMB 24
829,473 829,473 0000000000000000000197421cf05ec52799bdfa785a5c8c62cae44d1edc1f76 301 1.00/1.00 vMB 21
829,472 829,472 00000000000000000001aac2851ad15ae4d4005c4962094f4a46c8128a7c8edb 654 1.00/1.00 vMB 22
829,471 829,471 00000000000000000002acf0f01de4b1479d0e469e58b36272e815c3a4e0bb4e 1,624 1.00/1.00 vMB 25
829,470 829,470 00000000000000000002462787cccfbeebd6357a1c560689b15437dd9affde6c 2,051 1.00/1.00 vMB 23
829,469 829,469 00000000000000000001d67adc83b7f9b68a3f2426a5c11a4d6fca4a244dee11 2,911 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.07 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: 720.95 GB
    • Received: 18.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.