Loading Tool

Explorer IconExplorer

Memory Pool

45,072 transactions
27.37 vMB
0.10373010 BTC
Random Selection Loading Transactions
Max Size: 143.09/200 MB

Candidate Block

Mining Attempt c4ef4ef374cb4c53ed8533ff103764800e8e53809b6e4a0994f08568414e4996
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ef3749323e68e0efddf6b69ab1d2b497c5dfd8cf46dffaa06cf2fc18dcfaf0ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04646018 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (344,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,446 570,446 00000000000000000017decd9e18f52f6e81946dcaad2d448978154cc3feff7b 2,840 1.00/1.00 vMB 38
570,445 570,445 0000000000000000000cb1cf429205f4c601e0609ac5977b7ef65226733ed10c 3,253 1.00/1.00 vMB 25
570,444 570,444 00000000000000000008ad090216ad1de0a3508b24424578a5c3e43048a497d3 2,983 1.00/1.00 vMB 50
570,443 570,443 000000000000000000232d6901544d20c011e489b7550505746e09394c78c88d 2,828 1.00/1.00 vMB 50
570,442 570,442 00000000000000000026ac5427d32c2e33448651013784876adccb596e89e86d 2,648 1.00/1.00 vMB 83
570,441 570,441 0000000000000000001fba8a3f01436c7a40ef8d2e2def593113aef92fd99ef0 2,557 1.00/1.00 vMB 42
570,440 570,440 000000000000000000158f58be0580f78c9e991ff1975cf9483713fa329afb67 3,075 1.00/1.00 vMB 33
570,439 570,439 00000000000000000024bba9b0207dd7358217f82608d4a78fd2c27f19d12a4a 2,853 1.00/1.00 vMB 70
570,438 570,438 000000000000000000149a795acf297740b41f3d557c7ad26cbe0131a6c6c3a9 2,738 1.00/1.00 vMB 110
570,437 570,437 0000000000000000002970a7f81130ea30f770b43c24556657f2ee2c5489ca5b 2,863 1.00/1.00 vMB 13
570,436 570,436 0000000000000000001181610d487521ca97b1a744e0a3ecae82781a7a1a48be 2,959 1.00/1.00 vMB 38
570,435 570,435 000000000000000000216a31b3b2a7c16076d55f3a08a4d18816215bd90f1e55 2,807 1.00/1.00 vMB 71
570,434 570,434 00000000000000000002d7cd01d76da43a31106fbb48b92f5396e9a1ce65cf85 3,092 1.00/1.00 vMB 111
570,433 570,433 0000000000000000000939123b959e9bdf0bfa9163a2767c0caf11bf35e95a67 1,750 1.00/1.00 vMB 110
570,432 570,432 00000000000000000012f1ad4cab77c8254680851563a4adc3b7111b068983b3 3,311 1.00/1.00 vMB 33
570,431 570,431 00000000000000000021ae34d553810a32f0cb933e05997fc8ac2c130c95170f 1,537 1.00/1.00 vMB 18
570,430 570,430 000000000000000000021c3ffd104a47fc933c556ddc484079ad86af84e1040b 1 0.00/1.00 vMB 0
570,429 570,429 00000000000000000012fa4b27d0a33af020252371542fea8106d2c00fb80122 1,556 1.00/1.00 vMB 15
570,428 570,428 0000000000000000000755957e450309b3a3c24d0f9ad07d5ff00d3e50f5b48d 1,456 1.00/1.00 vMB 12
570,427 570,427 00000000000000000004551ccfd0fedf587b0381e26a03e41f69412b7bfceb4a 2,690 1.00/1.00 vMB 35
570,426 570,426 0000000000000000000c6abde5816d832f3211409b28db7a0af0ac35ee848af0 2,136 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.