Loading Tool

Explorer IconExplorer

Memory Pool

19,458 transactions
8.85 vMB
0.07567857 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.26/200 MB

Candidate Block

Mining Attempt 13dca9c6dde9f92b5d000b6eadb42ba7e636af87004b69d81a725643cc2bb86b
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root ce98f4cd4f45d47ce7d216a5f5f20a2bb5a8ee253d98a1279544c858d475cc28
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,651
Size: 1.00 vMB
Total Fees: 0.05525653 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (866,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,467 46,467 000000000dfb2b43fbaa8f38a5c6e70673d7234d14f3bb9d8da62014f2fc85ea 1 0.00 vMB 0
46,466 46,466 000000000799040202f7d1d2517a7c8d5cab7d05cfad67b552ab1bc74ed34239 1 0.00 vMB 0
46,465 46,465 00000000267d1431edb379ba5d6528ff8700be90604fabde0ad45886438d8cce 1 0.00 vMB 0
46,464 46,464 000000001c13df6e5d54044b456ed55e594f2fb3084a54cf0f0080a62e0036f6 1 0.00 vMB 0
46,463 46,463 00000000293c1524fcd65e4bee5b7d17194101118263a468a81323b8c9cb7642 1 0.00 vMB 0
46,462 46,462 0000000021eb53774ad70f7180b137a727fe5506c50d918382a78ef3be6fa9f7 1 0.00 vMB 0
46,461 46,461 00000000073f9e26dfde7aa6fb0eb5e219c07a7e5a58b2e9652d8d1894caeca2 1 0.00 vMB 0
46,460 46,460 0000000012319a90fd076af8b8d8705affabb3c3dffc56dc4b73e7ab2167ac1c 1 0.00 vMB 0
46,459 46,459 000000002d8ac76048bbf4f47008d3cf5d513471feee4b37961ae79335a1c319 1 0.00 vMB 0
46,458 46,458 0000000011780c7ed747d2d6126ffd8d708b78817284256e50ef67832c85b937 1 0.00 vMB 0
46,457 46,457 00000000343124031ac98e72dee0e9d26db78d64c2879f4111dfa94624ea576d 2 0.00 vMB 0
46,456 46,456 000000002b831372e51854765ab60bfd12720ce936e7984a8ac145e9fc9743ab 1 0.00 vMB 0
46,455 46,455 000000002e484e855d5d8a8bcff10113b4d9ceb65bba3d15cf99f55ad2a17a73 2 0.00 vMB 0
46,454 46,454 0000000012fba29274d0f7053182685206b8ca5516e23843eef52b442d3f4cf1 1 0.00 vMB 0
46,453 46,453 000000001f0cc5efe87d2e3e658b5deb31cc2b9c4fb1692fa8d86446c7314630 1 0.00 vMB 0
46,452 46,452 0000000011e4f20012a25df9231bafe548743c959e35a17e6ab6f41838cca5cf 1 0.00 vMB 0
46,451 46,451 000000000e2fb994fe33c501d5d8638223929c4d019b8b420d29bec861de71a3 1 0.00 vMB 0
46,450 46,450 000000001095e281c5f99f0b7b674bba59a8d69f6f2e9697ffdae8a5ffcf5010 1 0.00 vMB 0
46,449 46,449 00000000139550bd9f4444506d80e43227c17afbf0b0584c1f73f29b7974bd10 1 0.00 vMB 0
46,448 46,448 00000000351dd56a33def37fbf11292b43a3751adcbbf6c05d0c0c0a82a79704 1 0.00 vMB 0
46,447 46,447 000000000a4d6dcaac1ec16e4e55b6819d479943e6f8243d109092021ea55e79 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.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: 245.97 GB
    • Received: 0.93 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.