Loading Tool

Explorer IconExplorer

Memory Pool

78,332 transactions
29.28 vMB
0.08100871 BTC
Random Selection Loading Transactions
Max Size: 176.89/200 MB

Candidate Block

Mining Attempt b6d35766f87e1776a8ee6f22fe19f11d00ad6597f11f8d8149215676bfe0c34c
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 1713703869acdc4f4c52727419460ed8361aa881e7321028c70bcde6122a6401
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,695
Size: 1.00 vMB
Total Fees: 0.01957630 BTC
Feerates: 94.79 > 1.96 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (455,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,368 459,368 0000000000000000017aac3ece4e0b1b0f7b3b9e4e41f9171fc965b58926c415 2,377 1.00/1.00 vMB 168
459,367 459,367 000000000000000000c25e7139d65c5a04af1e740b99e5c8b71cca25a1757b75 2,360 1.00/1.00 vMB 239
459,366 459,366 00000000000000000120a1f598888debba937ca2da6ad63a727dad188bbbd571 1,855 1.00/1.00 vMB 187
459,365 459,365 0000000000000000011805149aa34a380396254b56b833a25a8c18b1c948098d 2,693 1.00/1.00 vMB 246
459,364 459,364 0000000000000000008b57f410bf6d9a3e71e85ca176e21d44f52b5c0fe192a2 1,639 1.00/1.00 vMB 137
459,363 459,363 0000000000000000017e9aa61203875f85fe719672bf6288cca8baa9a6956079 2,428 1.00/1.00 vMB 201
459,362 459,362 0000000000000000001585da641bfd229818c308337d8624cfb45a0c3a0830fa 2,054 1.00/1.00 vMB 175
459,361 459,361 000000000000000000d7d1948d010857ac75a512f44f18f8de0fd32b9b7a230e 2,038 1.00/1.00 vMB 232
459,360 459,360 0000000000000000024068e6d589797e2b1d9a52498c65b5ef5600caedb37aee 2,250 1.00/1.00 vMB 146
459,359 459,359 0000000000000000010e9fa06db627e120246037eb55fc68ff33e40f9ffeb259 1,689 1.00/1.00 vMB 140
459,358 459,358 000000000000000001d19eb5ab076962884af4baae65d83b16377ea1a3801e9d 2,249 1.00/1.00 vMB 158
459,357 459,357 0000000000000000009b660c343c4270f44c41d425ee34df19c0be955c949b73 2,069 1.00/1.00 vMB 203
459,356 459,356 0000000000000000003a7f79b1dccacbb88b4bff16934dd58cd549f25c90c651 1,502 1.00/1.00 vMB 114
459,355 459,355 0000000000000000018602f19d9817130cf0d4729cb5262910f863dbb459c06b 2,371 1.00/1.00 vMB 252
459,354 459,354 000000000000000001c44235d93ed3fbea5a9bfcd7e7e00535cb300aba343a23 1,956 1.00/1.00 vMB 231
459,353 459,353 0000000000000000013b888570f109da20e5d5c1cd1bc6233741818ce5990cf6 2,289 1.00/1.00 vMB 252
459,352 459,352 0000000000000000008436c72e37612828d3c2a10a99bb0f86e5c82ac533f4a1 2,242 1.00/1.00 vMB 227
459,351 459,351 00000000000000000227c79324ecb71f2d17b5c9f7bf1b89788992c2c7e6e904 326 1.00/1.00 vMB 39
459,350 459,350 0000000000000000016be62dd94b794ef94c2e1c346e9a262917447e8d58a94c 336 1.00/1.00 vMB 40
459,349 459,349 000000000000000001c58a467e5b643064b3fb1ffc5fe4ef18dfd56dd7566cc4 1,324 1.00/1.00 vMB 92
459,348 459,348 0000000000000000001ea66c79a58a7208faf8ec776c6e08b242df0473b42ba0 1,419 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.67 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: 674.46 GB
    • Received: 16.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.