Loading Tool

Explorer IconExplorer

Memory Pool

79,152 transactions
30.16 vMB
0.08682364 BTC
Random Selection Loading Transactions
Max Size: 183.88/200 MB

Candidate Block

Mining Attempt 0cb746c7766ea7eaefdd702c0f6d8a60f7757373a8c7a12ed982eae5339805d9
Version 20000000
Previous Block 0000000000000000000101871320b03e985d1fe251f64570b52ca66c6e1a41a8
Merkle Root 316681a2b9c9dc5810e93fde7e34ae2d5a9e43c76f9dc0967373c9f51d70a737
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.01965669 BTC
Feerates: 73.20 > 1.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,397 (715,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,582 199,582 0000000000000196706e92ba013ac5bac471ec198cc272b3ec1e38b567835642 549 0.25/1.00 vMB 205
199,581 199,581 00000000000002d82fdad4bdea3d60c4eecd389b478e564497f860079e2d27a7 9 0.00/1.00 vMB 14
199,580 199,580 00000000000000e1265b2ab58a8a28bb35817a2b159ff88a38068ee2e4a2a6fd 203 0.06/1.00 vMB 175
199,579 199,579 000000000000040f762d105d32c7944878d522f5c06493dcd00093e63b44318a 201 0.07/1.00 vMB 1,434
199,578 199,578 00000000000005c6d36d5ef61b3abc19a9b6b10b71c63fa666904030f5d3eef4 93 0.08/1.00 vMB 81
199,577 199,577 000000000000039315f2e33b7aaf4aab7cf9c9f09f4453334d60635f96d1f897 232 0.07/1.00 vMB 20
199,576 199,576 00000000000001010d08072f50994511547a23de34a313639fad109d279d6b9f 100 0.04/1.00 vMB 129
199,575 199,575 0000000000000543ebaf60730615cf2296d089a894f2758d01f7495f70ef7c96 119 0.16/1.00 vMB 74
199,574 199,574 000000000000035dbb77537bef1ff4533961ccdc878d9a441b06ce2be85d8b3f 483 0.24/1.00 vMB 418
199,573 199,573 00000000000000256ea1ba824b91c757cd4a39137ea49a639d1a79dedf11f695 192 0.14/1.00 vMB 196
199,572 199,572 00000000000000eacb55820f931ca672957df79c1c6544b72c72bbd31425f1e9 218 0.07/1.00 vMB 43
199,571 199,571 0000000000000386dd654ffd4f75fda3927ef0e6be48385158ac3547b6de64d1 160 0.06/1.00 vMB 141
199,570 199,570 00000000000004fd7b452e2eaa2d50cb9b057bf6c374dfc2889c760b0146113a 26 0.01/1.00 vMB 99
199,569 199,569 000000000000030ec65e4470068a73a7288c01ed7c5d26fcfc824388186b777b 142 0.07/1.00 vMB 106
199,568 199,568 0000000000000215c2c6e86dbc9f6597b1270365594ef677b6a016e78934c5b6 258 0.14/1.00 vMB 93
199,567 199,567 000000000000054d141952904a9a32ac4db5e60aebd5d7cd5357a66478f9e3a6 32 0.02/1.00 vMB 25
199,566 199,566 000000000000015b26dd918752bb062ebbfb06117ee6f78aa05c5edc909a1de4 251 0.14/1.00 vMB 106
199,565 199,565 0000000000000517b6eca398bcb86ab60a44b4770d7cd3cfbc3a8b785b80399a 1,081 0.37/1.00 vMB 46
199,564 199,564 000000000000059a3b41f9961f78fc3dae9cfa6c92752ba80facfa9f6d8f9d70 92 0.05/1.00 vMB 47
199,563 199,563 00000000000004ece1ff977cf7b01719d2ce7d6d62e3113dcd50e8a51bca5e00 807 0.31/1.00 vMB 201
199,562 199,562 00000000000006276718f33838a87f016d66471c04884e03b182a49ed4df07c9 280 0.12/1.00 vMB 350
Previous 10 blocks ↓
Total Size: 783.08 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: 721.11 GB
    • Received: 18.34 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.