Loading Tool

Explorer IconExplorer

Memory Pool

79,581 transactions
30.09 vMB
0.07871230 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt 35161cb162259785c04deaa280d147ae150a4bf4473e02fd9fafe6413c66a8d1
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 2e8de8e970dc7d3cc6d7a9f087ca255cc57d0890e0a77fd494c23b1f6eb070d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,210
Size: 1.00 vMB
Total Fees: 0.01165857 BTC
Feerates: 100.65 > 1.17 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (84,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,424 830,424 000000000000000000028677138a0a1700c40489953b68330e3dd135c3e9d4d9 1,351 1.00/1.00 vMB 25
830,423 830,423 000000000000000000026745a3763ea2d89cf7d26533152ac02580ceb1947eb9 2,024 1.00/1.00 vMB 30
830,422 830,422 0000000000000000000072c5cb5f8bc2916c3b7a5ca2a60077f4cf9e96e12ca8 2,105 1.00/1.00 vMB 31
830,421 830,421 000000000000000000017a301a25a9a5c69325e8b037852150c77f4dd1fbb162 2,161 1.00/1.00 vMB 31
830,420 830,420 00000000000000000001935a421406f38331d9aee72a9fa7f74bb222d0827178 2,036 1.00/1.00 vMB 36
830,419 830,419 000000000000000000009c8ea3d0f8f2f606fd98dc6de3506c40cef75d7a38a6 2,683 1.00/1.00 vMB 32
830,418 830,418 000000000000000000020996ffe41b74b0df2c839c62fcaa8330919d64352d34 2,543 1.00/1.00 vMB 47
830,417 830,417 000000000000000000026c2a97ba25311364d47dac34dcab4d63d9d4237f33c2 959 1.00/1.00 vMB 23
830,416 830,416 000000000000000000012941993c4c957264bb4fe20ba99714027753cf53d71a 1,219 1.00/1.00 vMB 25
830,415 830,415 000000000000000000024a5766c6d9ae41b7a2af1870547eb67d2639b6a98390 2,349 1.00/1.00 vMB 31
830,414 830,414 00000000000000000000c6f4f315f56e29597336f524113b4589a293282dcd21 2,155 1.00/1.00 vMB 33
830,413 830,413 0000000000000000000098a08b5842074a667bb48719db115d791eab5ebf81c6 985 1.00/1.00 vMB 26
830,412 830,412 000000000000000000023a477b374b0ddd3a21a969e342ad489296575f1b25db 1,809 1.00/1.00 vMB 26
830,411 830,411 000000000000000000033ac56cbe8890c0a6bd220d5b69a9e02c604607bc8753 2,454 1.00/1.00 vMB 34
830,410 830,410 00000000000000000000f5a8befea1d6178c3aab9c3bb0bca7adb150e9545977 2,576 1.00/1.00 vMB 36
830,409 830,409 000000000000000000021516944405b84a71c99e7cbefb9e13b0f9fcab82d5ff 2,573 1.00/1.00 vMB 33
830,408 830,408 0000000000000000000185044db40efe5f5182692b1f6b35ffddc9f293fa431e 2,721 1.00/1.00 vMB 35
830,407 830,407 00000000000000000002f7fe9a4100ac2fd20a3a77f397c187e41438e2615cbb 1,513 1.00/1.00 vMB 27
830,406 830,406 00000000000000000000e9265deb87c7d5a352e133c4b3596e6de2326c94ca7c 2,507 1.00/1.00 vMB 31
830,405 830,405 00000000000000000001de3c95beac4d5ab8354cba6905d2020c4438ecf7c653 2,278 1.00/1.00 vMB 32
830,404 830,404 0000000000000000000206a01214225c4ffc82deeae06d205209a7ba2dc116b0 2,405 1.00/1.00 vMB 37
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.88 GB
    • Received: 18.29 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.