Loading Tool

Explorer IconExplorer

Memory Pool

28,196 transactions
7.15 vMB
0.06167757 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.55/200 MB

Candidate Block

Mining Attempt 1f5e150fdd647742eefa8d3bbed94b4a7db9a34a3f5d6394a8bdc93b5970b0bb
Version 20000000
Previous Block 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8
Merkle Root 965d3fc0821971ebf624b6663b5902e0aa49c0b8aee2d4e5585b32c98b3f2efd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,193
Size: 1.00 vMB
Total Fees: 0.03334446 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,234 (663,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,441 249,441 0000000000000043f12e453cd9095de818be0396f43a6a31177c9d750f831334 107 0.08 vMB 84
249,440 249,440 000000000000001f2be6f3d554240b864c284fea903bb28982da27e424d9c0c1 163 0.07 vMB 135
249,439 249,439 000000000000000eb48648882f3605cd3d1c0812ecde8cbe66bbbfae3feb73e2 399 0.14 vMB 115
249,438 249,438 000000000000007681161019625503f4e008dded516c69178cf39cc68baa4516 584 0.24 vMB 210
249,437 249,437 000000000000001e86b9ed31471601dad32e650c6fe474463b6d2525a118f13b 408 0.18 vMB 130
249,436 249,436 000000000000000e09670e36441080e2bb250cef013876c0255760a0da0e2987 196 0.09 vMB 115
249,435 249,435 00000000000000674bad2d7e856edced5cd6c62360ba3e3212358d63b984172a 198 0.09 vMB 102
249,434 249,434 0000000000000034237ac86c6c7fdc2c96cd0bcf43ce128381b50e2bb8c3e57d 166 0.14 vMB 91
249,433 249,433 0000000000000073c08b3abcff2f9e444f12a35569e196feb5dd3f68239e19ec 345 0.15 vMB 94
249,432 249,432 000000000000003d8cb26378eeabc3a3e2288300828edf678f69ecb58ed76a3a 223 0.16 vMB 75
249,431 249,431 000000000000003ac1d6b576bc6d22dfc72bb56e508e5b2494ff4fcdb703211c 5 0.00 vMB 116
249,430 249,430 0000000000000080a2f1dbad441f33991798c05335701cbb4f350f91ae3d51b0 64 0.04 vMB 157
249,429 249,429 000000000000001b085527e9dd3a7257612686c820678e611adf2e63089b1a91 112 0.05 vMB 97
249,428 249,428 000000000000003d682e0c5d701fa8e7254a16860eb049f649aedce671e0c02e 106 0.05 vMB 94
249,427 249,427 000000000000000b2dde18fb9ca803500f4602c77376d78dec6f1344e6b2e6ff 156 0.07 vMB 107
249,426 249,426 000000000000007fea7423f451d6448f136036a332df1265274c210b3f4911fb 15 0.00 vMB 84
249,425 249,425 0000000000000063ad9137afc5bb61d8a7539f19bd4a26bb140fcd39e447e48e 237 0.18 vMB 57
249,424 249,424 000000000000007480d20ce8e4ecd34948ca9b2ec908d378ad61082aa610c3fc 396 0.17 vMB 121
249,423 249,423 0000000000000001c3ec5c9f85779a68d57cd8429c9596848bc78fda5d965223 184 0.08 vMB 143
249,422 249,422 0000000000000019b9cd1a8a3315d5dfbec63464ccac20543e484dad45be746d 128 0.08 vMB 77
249,421 249,421 0000000000000021b5e7538df30f5b84893932f2eab31a815e041aa17cc1574d 476 0.21 vMB 116
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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