Loading Tool

Explorer IconExplorer

Memory Pool

76,366 transactions
29.76 vMB
0.06696825 BTC
Random Selection Loading Transactions
Max Size: 180.07/200 MB

Candidate Block

Mining Attempt 018a981b1aefff9b106ffbe58dd88627cdb860f3564b70079ffc712a68dc152c
Version 20000000
Previous Block 00000000000000000001959d63615e809b1cfe2057393e2a73c4fe2fd66f1d56
Merkle Root d1fb203f24c1629000a1ffbcce23a3f89c31e1a68a145a030a636ea5d97626fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,803
Size: 1.00 vMB
Total Fees: 0.00409866 BTC
Feerates: 14.26 > 0.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,190 (259,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,111 656,111 000000000000000000075c46a912b8f4f3183623cc6a01dbea2dfb0a9c8ed6e8 1,718 1.00/1.00 vMB 72
656,110 656,110 0000000000000000000df25e9611aa4387b23871c256a6b5aa2ed61b910a8548 127 1.00/1.00 vMB 8
656,109 656,109 0000000000000000000e7a7a4ee1867baac84e6abf3e77869fb991f68e5d0a20 931 1.00/1.00 vMB 13
656,108 656,108 00000000000000000008ea76a6589790dda21671e79a094c2b3f7ec41cc35ff7 1,969 1.00/1.00 vMB 61
656,107 656,107 000000000000000000108dfeaa2ce0c504eaaea57e156fd353f88137e2d8b40d 1,762 1.00/1.00 vMB 27
656,106 656,106 0000000000000000000a237985cc5066343e0349ce76d1885434e117ae212c17 1,394 1.00/1.00 vMB 16
656,105 656,105 00000000000000000006c99377d472611adcec729ab4e00e7a5c2c7c5903a552 2,062 1.00/1.00 vMB 47
656,104 656,104 000000000000000000048f475bf0882449e2d2faaee8174cf16fa085e0bacd7c 1,612 1.00/1.00 vMB 96
656,103 656,103 0000000000000000000f93efeaff7cc9785b868b699182f4abed2a8a42c4d4f7 1,475 1.00/1.00 vMB 14
656,102 656,102 0000000000000000000e183ea1594460fc2d94238d6d365c20b1e884a53113e4 2,288 1.00/1.00 vMB 14
656,101 656,101 000000000000000000055f43a8b8fa4e2d386c8c549eca8d960dd460bd88dffb 2,094 1.00/1.00 vMB 15
656,100 656,100 00000000000000000008fcb6343c769b19c56d4f5021735a952a08f0bafaa052 2,005 1.00/1.00 vMB 87
656,099 656,099 00000000000000000002a9b56ffbf0db97efadc7425d46735493250620fd2db6 2,222 1.00/1.00 vMB 66
656,098 656,098 00000000000000000002795078de45d1a56142bdf8b44b0d576a7b02aa578064 2,992 1.00/1.00 vMB 194
656,097 656,097 00000000000000000007e4876bf56bbd0e004533126da757aaa7a84b6a1ad2e7 2,587 1.00/1.00 vMB 149
656,096 656,096 0000000000000000000db8aa3bd8afb3693baf38ba0d3e1ef7dd267cfada72fd 1,692 1.00/1.00 vMB 18
656,095 656,095 000000000000000000103c600fa1548309137aec514ab808964715ee3eba4837 2,702 1.00/1.00 vMB 171
656,094 656,094 0000000000000000000d4bb62156377a6187d7cede8c223de790fd72323d65e7 2,004 1.00/1.00 vMB 10
656,093 656,093 00000000000000000008c2fc43096d5c064b34957adb3707d25ea454ea0c103b 2,010 1.00/1.00 vMB 86
656,092 656,092 00000000000000000004373447110c4155a9e3d4d5f3ff9007d27ffc5652f262 1,776 1.00/1.00 vMB 30
656,091 656,091 0000000000000000000337280085b4f01626f9ab96e741814802c15107e6012f 2,622 1.00/1.00 vMB 224
Previous 10 blocks ↓
Total Size: 782.72 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: 707.06 GB
    • Received: 16.66 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.