Loading Tool

Explorer IconExplorer

Memory Pool

54,238 transactions
31.34 vMB
0.13227123 BTC
Random Selection Loading Transactions
Max Size: 168.97/200 MB

Candidate Block

Mining Attempt 2d0d5d6f267a64e32c144996d0a6b3d55fa2c49148719dc48c98a5864f92c937
Version 20000000
Previous Block 0000000000000000000062eca90b6c850441ed7ba51b4482cf00fbe216ef2a8c
Merkle Root 33a5381364d139a4b81e745d1d80810f21be701f207192909e2abb4b0422aa33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,416
Size: 1.00 vMB
Total Fees: 0.04072281 BTC
Feerates: 301.27 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,814 (439,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,386 475,386 0000000000000000008e770dc392ecbf028c461050b6bc8edc99fd01162925cb 1,545 1.00/1.00 vMB 48
475,385 475,385 0000000000000000002ef0bcbe3031d5e4ae47587ca75cd546e7d3f42fd27de9 2,390 1.00/1.00 vMB 192
475,384 475,384 0000000000000000001b09d37863f7ef495408e590d7444f8a6958d7e4d0d1c7 2,172 1.00/1.00 vMB 201
475,383 475,383 000000000000000001780c4e09c79b191066100f36f7edd82abf7daf7856d928 1,857 1.00/1.00 vMB 29
475,382 475,382 0000000000000000007ce105cc6d711435388e078af2b60a2dc2bea6aaee84d8 2,213 1.00/1.00 vMB 81
475,381 475,381 000000000000000000c34bdc9531b1249d9793805dd0b21d5701a28881b05b24 2,314 1.00/1.00 vMB 229
475,380 475,380 0000000000000000011a3bc37f0ca677657dd00d6d00debbaa1a225028ca8d30 1,514 0.99/1.00 vMB 299
475,379 475,379 0000000000000000013d4ef5a750650211fa4c812ef7ad80ef71bb6ac92c61aa 1,845 1.00/1.00 vMB 144
475,378 475,378 0000000000000000009987e2afab79ca42e547cfbd980c67d448197f826a7d75 1,739 1.00/1.00 vMB 308
475,377 475,377 000000000000000000ad45e704f00b96c49eca91da65a82f188582d4177d8dcf 1,171 0.99/1.00 vMB 84
475,376 475,376 00000000000000000005343c30f6f76418684aac0b81301f656f72fcea7ab3f8 1,166 1.00/1.00 vMB 50
475,375 475,375 0000000000000000009a0cec99c9aad08a274e01d8928a99092d3db2cb9e0d83 2,309 1.00/1.00 vMB 148
475,374 475,374 000000000000000000cedfc2925c0d69109cf92e757db8a28b0cce3cb6ab383d 2,251 1.00/1.00 vMB 114
475,373 475,373 0000000000000000010ba6f35a82d6be7e17ade56488b83e1ca045c7959c1448 1,866 1.00/1.00 vMB 71
475,372 475,372 000000000000000000b670940420cff8a12059d7965cb8e8aae62898f71f657c 2,013 1.00/1.00 vMB 200
475,371 475,371 0000000000000000010e3117695c04d66d31cfa8489b70579dcc2f12c5a2daae 2,444 1.00/1.00 vMB 305
475,370 475,370 000000000000000000d98e57b83834a2d1f4387a93d06861bcf3ea5fc498bd55 1,937 1.00/1.00 vMB 87
475,369 475,369 0000000000000000012138e05f0779765277a9d2ab7e4a2a70882790abf98a0c 1,876 1.00/1.00 vMB 137
475,368 475,368 00000000000000000031da0519149cc935e7eb5e73e635c670abc35134b3e7ff 2,560 1.00/1.00 vMB 238
475,367 475,367 000000000000000000a461a534b439c95e209bfca475774c6fa2812d49c65b33 801 1.00/1.00 vMB 59
475,366 475,366 0000000000000000016d10357add79ea2a38a5a07bb6a0d4ba75bb628b607eda 1,526 0.85/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.06 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: 651.14 GB
    • Received: 13.43 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.