Loading Tool

Explorer IconExplorer

Memory Pool

42,360 transactions
26.63 vMB
0.07537167 BTC
Random Selection Loading Transactions
Max Size: 138.64/200 MB

Candidate Block

Mining Attempt e37e1e6bdbed2be28d06def32718b8141ba9bf09df37f36b29770584d37e402b
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a12ae8678a0d862ae228df95a650208a700417dd7b7ff879e6219c457a9df9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.02610237 BTC
Feerates: 99.53 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (600,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
314,240 314,240 000000000000000008f0e1fd96561917aca1db45f74352f926b21e4d4529e541 1,262 0.75/1.00 vMB 29
314,239 314,239 000000000000000025c21df830e03f953fc816537fe1cc7144d0f0ef52987fc9 79 0.07/1.00 vMB 8
314,238 314,238 0000000000000000321c3ff8dc3ad40f1431054f78795d49dff7eab68ac0b47f 1,098 0.66/1.00 vMB 26
314,237 314,237 0000000000000000148401faf6b61ddf80b2863e0980e1d404416b4dbb6e77da 369 0.27/1.00 vMB 21
314,236 314,236 000000000000000037d9139839b304a91bc3fbc186c299ebc35f9c683ce1088c 1,776 0.93/1.00 vMB 30
314,235 314,235 000000000000000039b89818772fbdfc8813cf7457f8769514bfba5a90b3e9ed 382 0.24/1.00 vMB 25
314,234 314,234 000000000000000004fbbdd08d53ac12cd72991cb9efde8beb97e42d399c5cce 261 0.16/1.00 vMB 19
314,233 314,233 00000000000000002003278a42ef70b866cf6bc3257832236a37f485a06d8953 410 0.35/1.00 vMB 27
314,232 314,232 000000000000000010f1467ece3e1f1aeb3472c487958f5c7ac8e5c9a6f615df 692 0.43/1.00 vMB 25
314,231 314,231 000000000000000034a6584aa7f7da91ce684fa6d6f7e7ae9f45639a4638ba56 104 0.06/1.00 vMB 27
314,230 314,230 00000000000000002062b157c521378a24356ce25c57c0393df89f5e016580c1 185 0.23/1.00 vMB 13
314,229 314,229 0000000000000000286dc01ad12693423173b232749cc261cb4b0ccf45bae171 320 0.16/1.00 vMB 34
314,228 314,228 00000000000000000366e0c020d33815714df0f0a4643e40693a03ca5201999e 581 0.40/1.00 vMB 23
314,227 314,227 0000000000000000112ef1e95c3700ab10c401982ef05060944df991c339eb22 517 0.22/1.00 vMB 32
314,226 314,226 000000000000000038d03a2dc13c64dbfac79c0e0757b6eba8522e5ee4c28647 438 0.37/1.00 vMB 17
314,225 314,225 00000000000000000fd99a618133ca20284bcf1198915577d9e6efd12e3ef485 852 0.53/1.00 vMB 24
314,224 314,224 00000000000000002e2075ae3553e5bb4011491a27629966b11264238fe09856 512 0.18/1.00 vMB 41
314,223 314,223 0000000000000000148505c21a23048a21872bf025f919f13c56a3091ef49402 435 0.31/1.00 vMB 23
314,222 314,222 00000000000000003710178afd8b095e7181453abd76164c98212affcc5bfaa2 106 0.07/1.00 vMB 119
314,221 314,221 000000000000000033f776b58d243ce6f44dd03332f2dece2adcababe4cda387 392 0.25/1.00 vMB 26
314,220 314,220 000000000000000024d2420521a4c42bd9607b1aa50979bae7537b69fbacf483 733 0.40/1.00 vMB 29
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.46 GB
    • Received: 13.90 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.