Loading Tool

Explorer IconExplorer

Memory Pool

78,306 transactions
29.11 vMB
0.07687670 BTC
Random Selection Loading Transactions
Max Size: 176.53/200 MB

Candidate Block

Mining Attempt 8bcac6a01e32054ddc32bafb296d379f4c79496a406849b39b06835dd13e7158
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root bba900f05ce0c4fc5a4b95c1196ed9e205ead77b1506b63d63529eee82d7ab4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.01589460 BTC
Feerates: 100.19 > 1.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (289,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,475 625,475 0000000000000000001107eea1dabb54b2cccb4172613ded7b81706378bd177d 2,703 1.00/1.00 vMB 14
625,474 625,474 00000000000000000007aa6ce64a514e7845f5197a1239ed495de129ba314e9d 2,620 1.00/1.00 vMB 23
625,473 625,473 0000000000000000000a2eb29d389dce0e4227cc98c0e8b40300436973ac4722 809 0.54/1.00 vMB 4
625,472 625,472 0000000000000000001071d97fe388c3a2a3f7ddaff5992730cc13776d9ea332 2,075 1.00/1.00 vMB 12
625,471 625,471 0000000000000000000d9804c24f2a0f6609744f228bcf0e3d81eef858067636 1,812 1.00/1.00 vMB 5
625,470 625,470 0000000000000000000c5b5b8e84e49dab4a42778e3d3e1999a4811e8766dba5 1,737 1.00/1.00 vMB 2
625,469 625,469 000000000000000000037036af0c197d92479cb870c8ac1ae0c7d59fd34e6564 2,059 1.00/1.00 vMB 5
625,468 625,468 00000000000000000010df6bf2ec0ae8a4da93f5de44a77720810171bbb349f1 2,539 1.00/1.00 vMB 20
625,467 625,467 0000000000000000000eebccb2cc17607014323df99bb82e14ca32be7b27b953 2,726 1.00/1.00 vMB 19
625,466 625,466 0000000000000000000a9a527de9a6d9c2d3f363698cf1f14ac8d213c7c1a942 2,779 1.00/1.00 vMB 21
625,465 625,465 0000000000000000000f79cbf331948e2dae38505b66aac749b541431e1c6e06 2,518 1.00/1.00 vMB 6
625,464 625,464 000000000000000000085f8fc16b0c22c1df820e3bd34bc04959a85ac836c109 2,866 1.00/1.00 vMB 16
625,463 625,463 00000000000000000007e9812ccec1ff82ba5ad03f9db5c5af975c88d95bcba7 2,891 1.00/1.00 vMB 13
625,462 625,462 00000000000000000012c33419f0edf644ec3d4674a8f80b3460fdade3c2c52e 2,209 1.00/1.00 vMB 9
625,461 625,461 0000000000000000000d41a03bf77cdc2b4338e5aa6f4c61bbc0a6639b81ecfc 2,535 1.00/1.00 vMB 19
625,460 625,460 0000000000000000000a6d4725eec91642b719288b7bf15dc1dc3846c38b433d 2,231 1.00/1.00 vMB 10
625,459 625,459 000000000000000000082e78d012a09bb99cd3582f26e7eeba2bb14e024cdc65 2,939 1.00/1.00 vMB 31
625,458 625,458 0000000000000000000c27b60b4a17f7b23003ae6ada57da467147339a6bad41 1,606 1.00/1.00 vMB 11
625,457 625,457 0000000000000000000381fed467cd6086342ee65da4cdca586dd339a0736396 3,057 1.00/1.00 vMB 22
625,456 625,456 0000000000000000000d2fff7cc5023ab30efb54d4ce6e60ad61acf03e8b89f1 2,226 1.00/1.00 vMB 34
625,455 625,455 000000000000000000101e49682744a43e5fcec9857d6cde37920cad2366375e 1,335 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.57 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: 671.09 GB
    • Received: 15.85 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.