Loading Tool

Explorer IconExplorer

Memory Pool

37,672 transactions
26.02 vMB
0.07668324 BTC
Random Selection Loading Transactions
Max Size: 134.20/200 MB

Candidate Block

Mining Attempt 666fb20691721e8abaf64135ee9bfb0a1f110d67dd46489e0cdb1afc8e73d436
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root cce3679ab163d828f703e4bf6f31a21a2ef90e6c4bafd33c2d2f7008a20db18e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.02923540 BTC
Feerates: 502.65 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (258,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,558 656,558 0000000000000000000f7d8995bf630e80458cedc7c2295d57970b087cdeb74d 1,534 1.00/1.00 vMB 50
656,557 656,557 0000000000000000000a866ad7455a62549fb441a4bffb2ef95f70fab14e59da 1,911 1.00/1.00 vMB 73
656,556 656,556 0000000000000000001008da7f4235782d2c34b6ede6bbecb7e6f58537a525f1 2,137 1.00/1.00 vMB 57
656,555 656,555 0000000000000000000210b87364b5e543426b8a14eb439189c687976f6d381c 2,408 1.00/1.00 vMB 62
656,554 656,554 0000000000000000000da158cf8085088f52adb6273a4a133de8f53e23a38cb1 525 0.31/1.00 vMB 7
656,553 656,553 00000000000000000004b2169fc9ad9e726ab0ca9d5fcf8932879bc4fbb1b2ac 2,255 1.00/1.00 vMB 57
656,552 656,552 0000000000000000000a35bc8c4d20e0128fcdc451ca363790e68bdd79174a89 395 0.14/1.00 vMB 27
656,551 656,551 00000000000000000009f838e3369a7224d2a1bc2e71a84e3e3e8952d6255761 2,300 1.00/1.00 vMB 21
656,550 656,550 0000000000000000000d05b696c04dda4db5ec9c16ee2a82fd0444e1afa28d5e 2,119 1.00/1.00 vMB 39
656,549 656,549 0000000000000000000b4c1f485473c065ac872799a4bca8dbad398ab4a18d9f 2,348 1.00/1.00 vMB 97
656,548 656,548 0000000000000000000ef9232a86217b21da8a5c491147d92367e5e32648c0ac 2,096 1.00/1.00 vMB 29
656,547 656,547 0000000000000000000a79a6b2dc29b32400bf511efe103d8168ce9696f92b56 1,900 1.00/1.00 vMB 75
656,546 656,546 0000000000000000000891ae7142be6bed86d6cc0da9d75e6425919e11bf6f75 1,722 1.00/1.00 vMB 118
656,545 656,545 0000000000000000000b6e502b0a88aaa2d991a87ed7c9acc40636a2298c15e1 1,904 1.00/1.00 vMB 42
656,544 656,544 0000000000000000000a6045207d51b5714a785f2507be87b7533cdcd8d213c3 1,867 1.00/1.00 vMB 65
656,543 656,543 00000000000000000005f48cdf6f186e0349b3717e17561bea460206c2610cce 595 0.17/1.00 vMB 18
656,542 656,542 0000000000000000000e059abae601b9081f035614969dc17af9039e3b9e949d 2,477 1.00/1.00 vMB 28
656,541 656,541 0000000000000000000cc359f4f2ca094aec4af9f4d2e57f5aabdbb5e5ee67b4 2,192 1.00/1.00 vMB 116
656,540 656,540 0000000000000000000ccc1e87d485cac97adcdae2bce70a45d56e47f1c1dee0 908 0.43/1.00 vMB 79
656,539 656,539 00000000000000000005713ef398bd3b5e2e95dd1eabaa296ec9ac662a5fc857 2,091 0.95/1.00 vMB 11
656,538 656,538 0000000000000000000b511cb61c7370142b30533f4739b9baecf696bb5c9914 1,995 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.