Loading Tool

Explorer IconExplorer

Memory Pool

46,056 transactions
30.78 vMB
0.12622249 BTC
Random Selection Loading Transactions
Max Size: 156.85/200 MB

Candidate Block

Mining Attempt 721e289e270b4a3b11b762f37ea5144bd28650d642bb0c7d5ceb3f07cc23a974
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 7589846aab532c8c47782b448e01d8b89b53333140c61132912b2dd08112c25a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,737
Size: 1.00 vMB
Total Fees: 0.05319679 BTC
Feerates: 150.97 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (524,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,818 389,818 000000000000000001efeb29df9edc0b98668a72bb2b3bfd8160ed513a5cc325 257 0.13/1.00 vMB 27
389,817 389,817 000000000000000009768a33a64857fd1668582b95d9684fef0b20ade8dec0d7 1,458 0.57/1.00 vMB 35
389,816 389,816 000000000000000009e0ae39d4c00c0036f83e5b57d5bb6135d9524e1bc5a52c 1,353 0.75/1.00 vMB 51
389,815 389,815 000000000000000003744e67171b420bcb7c6505fd35c5544d4ea6cadfb3aa83 1,624 0.69/1.00 vMB 35
389,814 389,814 00000000000000000589d228d662cf0ef01cb49e2f209d8ea1d49773029777a4 1 0.00/1.00 vMB 0
389,813 389,813 00000000000000000599fe55151f14f3294a05196e94ce84c67f67d79fad9f75 1,274 0.59/1.00 vMB 36
389,812 389,812 00000000000000000639a0e56c2e6ccb51d035cadaf42133daa2b3b92ed23109 2,126 0.95/1.00 vMB 38
389,811 389,811 000000000000000006e406163d09b615573c6b2e8ce1a94cc54a8bedcef5e981 1,836 0.81/1.00 vMB 34
389,810 389,810 0000000000000000007ed685f1fc642d39d6033fbd4bddfa1ac76f3b20058c46 1,247 0.62/1.00 vMB 35
389,809 389,809 00000000000000000414cd3d3a4ef57c239130d936bd65512777a6ad216b60dc 1,753 0.95/1.00 vMB 28
389,808 389,808 00000000000000000328af5e40972cc124d948f1d4f90a3c2841223cd26b3107 2,439 0.95/1.00 vMB 46
389,807 389,807 00000000000000000aad793360cbedb66153eb0b45f1ee341a06bf4e4065f6a4 1,208 0.57/1.00 vMB 45
389,806 389,806 00000000000000000ae092907ab88e03a60f6c095b48e44b86bd6adcbcc67501 34 0.05/1.00 vMB 1
389,805 389,805 0000000000000000095c2e2c07db1be373f875b3f4cd068959b06c3a7cc3c016 2 0.00/1.00 vMB 0
389,804 389,804 00000000000000000ab16a0d08f8a478231fc9ea4a22aaffd0d5e3b1613c7e46 791 0.36/1.00 vMB 33
389,803 389,803 0000000000000000034ea014303fc44487de17558222f31357a1d2f3af4db8ee 764 0.39/1.00 vMB 30
389,802 389,802 00000000000000000669be5867bdd8bd648b819ecd478b87d422f37d8f170b08 1,454 0.67/1.00 vMB 37
389,801 389,801 000000000000000000be4152275ebd8b1d2bc219efd23e1f40ed8e791f9d7c26 473 0.23/1.00 vMB 31
389,800 389,800 0000000000000000042b2f87a79c549f50929545895d8ebc2a991dc5f2dedd90 1,344 0.69/1.00 vMB 29
389,799 389,799 00000000000000000593068979ba7683654a78d1d1ae1e3f14f5fbe2dc83a995 1,463 1.00/1.00 vMB 26
389,798 389,798 000000000000000007d676b3b4850398eec098d4748df00017ddd621917fbc05 1,047 0.53/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.57 GB
    • Received: 11.67 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.