Loading Tool

Explorer IconExplorer

Memory Pool

83,238 transactions
27.96 vMB
0.15774559 BTC
Random Selection Loading Transactions
Max Size: 168.77/200 MB

Candidate Block

Mining Attempt a6833a9a6d3ab117ff50984431700af6e3c1578641bcc8caff21d450098b5847
Version 20000000
Previous Block 0000000000000000000097c08c5622773dd2678675ca33f4eb63f64cab9c49a5
Merkle Root 99eaa92cfc746062eda8124749416c1d5c4f6f258baf28048331ede4eadf4d10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 904
Size: 1.00 vMB
Total Fees: 0.02293469 BTC
Feerates: 110.14 > 2.30 > 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,650 (821,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,676 93,676 00000000000782e45bb80aa048b229d49fd62b7e94a69b693d07e041888ad87d 214 0.05/1.00 vMB 0
93,675 93,675 0000000000076448fd591b78746405c8308afea92197e246603c94251713743b 14 0.00/1.00 vMB 0
93,674 93,674 000000000005576ea142709fc073ec6909b729c5fb2cdb79edb734844d133ba7 14 0.00/1.00 vMB 0
93,673 93,673 00000000000802855e647b34794e2e8ee57d54c55f4b9f0e4eb9f184f54097da 14 0.00/1.00 vMB 0
93,672 93,672 00000000000634512430a5c4fc90722d5c0fa391be49aeaec27380e4396e717f 14 0.00/1.00 vMB 0
93,671 93,671 00000000000254fcedbc75e6c31340f4f59fe26edc813f128b3ff6fdcdd8710c 14 0.00/1.00 vMB 0
93,670 93,670 000000000007e997db80f9afa7ebb753a29cf7d6de0feaf550902e4d44407e0d 14 0.00/1.00 vMB 0
93,669 93,669 0000000000027dcd90fa7f34c07291f5cbb8e775420c79338712cd825deb134d 76 0.05/1.00 vMB 0
93,668 93,668 0000000000045e42293f88dce27d3595060ab557ca1685c35ea0d2b3ccc1b764 45 0.05/1.00 vMB 0
93,667 93,667 0000000000061b9e53a8ff83dac3129b558149207aef80fc7beb39f17547757d 13 0.00/1.00 vMB 0
93,666 93,666 00000000000429ce1c6e20f3f8762483926d832beb8df833d8c2d153c071933b 14 0.00/1.00 vMB 0
93,665 93,665 0000000000075f636ed972654df6a5b846b8a321a6184c7a66bfc74b46b78ab6 14 0.00/1.00 vMB 0
93,664 93,664 000000000008e7049578b0a8eaee9e0c31a8b9e91c53408208995b62b484870a 13 0.00/1.00 vMB 0
93,663 93,663 00000000000061deacf9a6f71c5264771491204fe53c4f637bdf8c22cb050ebb 4 0.00/1.00 vMB 0
93,662 93,662 000000000009047b523dc45cc90ad0efd9a176c232e1b93bf4293d2e5f23cf4e 14 0.00/1.00 vMB 0
93,661 93,661 0000000000071c7afcf286adae3f75d0330c4b412e8e952a0714aec955c74b82 14 0.00/1.00 vMB 0
93,660 93,660 0000000000038ef298cdfbcdc3b2c9bfb5d0d38a1c61ae1268168c6f7ae807c0 14 0.00/1.00 vMB 0
93,659 93,659 000000000007f7f368fd8480d6e5f827c9809bd4cdcf6a3aadcdc2c62c0e3ad6 13 0.00/1.00 vMB 0
93,658 93,658 00000000000430b8e3308689c94e1eccfc8c8e9c1bf541d22c604efeb7a47908 14 0.00/1.00 vMB 0
93,657 93,657 000000000007b45473618dc798b3f5694e37118722467284a260c20fb1fa8bd1 14 0.00/1.00 vMB 0
93,656 93,656 000000000000bcf1e3b5f3aeda96d7bd878433c46ab49d0e1ef34c910a6ab1aa 3 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.51 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: 773.26 GB
    • Received: 20.49 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.