Loading Tool

Explorer IconExplorer

Memory Pool

81,135 transactions
31.12 vMB
0.09152747 BTC
Random Selection Loading Transactions
Max Size: 187.71/200 MB

Candidate Block

Mining Attempt a9f1cde36d0d19dfa91566114cb7545fbc058d2b08e4d6fe70640b4edb0614b5
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 482ce0b3ba7bd3b7f50bd9c34f53b2dcce870918b57359a846ea8e20d63a7f86
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,444
Size: 1.00 vMB
Total Fees: 0.01885265 BTC
Feerates: 45.88 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (85,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,432 829,432 00000000000000000002923603cef677f3bc48ebe73ed4eac5521bcd4485dc11 559 1.00/1.00 vMB 20
829,431 829,431 00000000000000000001d706275aaba9509f0361df168f08a7a5a0a848515ea5 768 1.00/1.00 vMB 21
829,430 829,430 000000000000000000035eabe9f6a9bcce14f306ca0b7a63993f9ee2840ebdb1 1,093 1.00/1.00 vMB 25
829,429 829,429 00000000000000000001043e9e04badf3772abd96e58a91f772b06b6251c3735 2,695 1.00/1.00 vMB 49
829,428 829,428 00000000000000000000f6dfca3ba6cdf9d5f7733960a66b2ad2e8a4801233ae 720 1.00/1.00 vMB 25
829,427 829,427 000000000000000000031caec984a4cbff4df33041121c804272b46aa0896ab2 1,883 1.00/1.00 vMB 29
829,426 829,426 0000000000000000000206f4ec7e12a2d0a2cc45a3a9d3af0208a7d7b87cd1cf 3,203 1.00/1.00 vMB 26
829,425 829,425 0000000000000000000080e2d2a6d91038f6f2b7bfcf5a2fea29004610061f2c 2,063 1.00/1.00 vMB 36
829,424 829,424 000000000000000000029fa8a8fccfbb61dcddb2118de1113f5c10afc4fcf044 2,543 1.00/1.00 vMB 28
829,423 829,423 00000000000000000002d31ace89b0936b9a48dc8f84d9402b2a6a324c84f962 2,735 1.00/1.00 vMB 53
829,422 829,422 00000000000000000001e7efd7c3e424e80da122378d524aea845de48c669e97 3,279 1.00/1.00 vMB 39
829,421 829,421 00000000000000000001bdd7a086e2683ea8faebfa644e2d4d85ca89905219b1 3,091 1.00/1.00 vMB 43
829,420 829,420 00000000000000000000fa84ba471d0f5939f04a16f77a1b87b4eda360b9a852 3,039 1.00/1.00 vMB 55
829,419 829,419 0000000000000000000306231601771a64816b8283ee245bf474ab522fdc0c68 3,086 1.00/1.00 vMB 71
829,418 829,418 0000000000000000000274054eea13d926f036b6d173597d7b15b3bff90ba025 2,597 1.00/1.00 vMB 36
829,417 829,417 0000000000000000000075b49862e27d2d2a3fe8ea6307d0911e1cd90fd7f368 3,163 1.00/1.00 vMB 60
829,416 829,416 00000000000000000001060e5be3e3aa9984d6fbfbf5394a5292856dfe205bd3 2,952 1.00/1.00 vMB 51
829,415 829,415 00000000000000000002a84b1975496293f91b52f32072dc29818125e0c7f6a4 3,397 1.00/1.00 vMB 58
829,414 829,414 000000000000000000002b6de472b49a11556fed0aa09b39a03b6b7959ab345d 3,461 1.00/1.00 vMB 81
829,413 829,413 000000000000000000014c98980437d428ebc85232641fcde47b0f1fca16a4c8 3,150 1.00/1.00 vMB 37
829,412 829,412 000000000000000000009dc73cffb2c9883e9805fda1566d6433d9829669590c 3,290 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.