Loading Tool

Explorer IconExplorer

Memory Pool

84,457 transactions
31.35 vMB
0.08878789 BTC
Random Selection Loading Transactions
Max Size: 192.22/200 MB

Candidate Block

Mining Attempt b92867a483c4a8f75ee9f04bedd6b26a86a71834baea262860a4fa2ff3a96ddb
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root a0a2930f995bd79e3e57edfc6915a7a80814b920891b8aad0cc67d525e702466
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,754
Size: 1.00 vMB
Total Fees: 0.01290051 BTC
Feerates: 22.07 > 1.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (206,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,064 709,064 00000000000000000008dd4d4fad7c7370baace5f64b600c1fdb2e5ca42965ac 297 0.41/1.00 vMB 6
709,063 709,063 00000000000000000007d5566a50f1e12401073a9210d0147e7716b0dad280a1 2,988 1.00/1.00 vMB 13
709,062 709,062 0000000000000000000a5f1ff558afcccf732a1d2277e7595dbd5942291a75cf 583 0.98/1.00 vMB 4
709,061 709,061 00000000000000000006242cd68bc4791c9fde42e77bdaee1d2fef9f73c756e1 2,973 1.00/1.00 vMB 6
709,060 709,060 00000000000000000004fda157e20b8b0473021c02e7c37a841255d9b310b5f8 3,347 1.00/1.00 vMB 21
709,059 709,059 00000000000000000009bf2cd436b18568b0129055bb22c80a38d501e5d7f726 3,051 1.00/1.00 vMB 13
709,058 709,058 00000000000000000002db60dc00f153dabeacb09688280ef613f3f4c843027a 2,982 1.00/1.00 vMB 15
709,057 709,057 0000000000000000000c710075ff0445d1683ff25669f479e0f69d7649d9efc5 2,080 0.80/1.00 vMB 3
709,056 709,056 000000000000000000051ad38835d6e4d1d2cfa5a9d13ab30b41c05535500fcb 2,413 1.00/1.00 vMB 5
709,055 709,055 00000000000000000000e4ade85ff21a78b013d9312604e34fb0db3317386601 2,030 1.00/1.00 vMB 16
709,054 709,054 0000000000000000000a46c0cb284ba1b485e673fabe3ef60571f70b735b460a 1,890 1.00/1.00 vMB 18
709,053 709,053 0000000000000000000c50e62e9179ccf567fce79911f4f62c314a00994f6ed9 2,899 1.00/1.00 vMB 21
709,052 709,052 0000000000000000000985598c83358514adeaf4b5f2b49342894db8747e253f 942 0.98/1.00 vMB 4
709,051 709,051 0000000000000000000c3149d1f5878f2c529e1a6337767a0c0837737b7880df 1,338 1.00/1.00 vMB 8
709,050 709,050 0000000000000000000a426d78ef0a7781cfc717439d42cb3d05f04706c45b6b 1,850 1.00/1.00 vMB 7
709,049 709,049 0000000000000000000146039d2e650b97cddada4744bfad66772decf079094a 1,543 1.00/1.00 vMB 3
709,048 709,048 0000000000000000000610060dca7b7a6911312fc3ea470c64e7a8a7a16430ee 2,671 1.00/1.00 vMB 8
709,047 709,047 00000000000000000004e57fd2abdbeb9ec1aea3b4c762acbd7c3796947443f4 3,528 1.00/1.00 vMB 25
709,046 709,046 00000000000000000007b33d8a3e6f7def720e0d9610a4d1e8931bb8d790c227 2,165 1.00/1.00 vMB 9
709,045 709,045 00000000000000000009c600e81fe66e20d6966d264aa43d8119b53f49a1dabb 2,582 1.00/1.00 vMB 16
709,044 709,044 0000000000000000000c3426ad429400cb4402826fcd3e697e5d0343903deacb 901 0.81/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.03 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: 719.51 GB
    • Received: 18.08 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.