Loading Tool

Explorer IconExplorer

Memory Pool

46,179 transactions
28.00 vMB
0.08611534 BTC
Random Selection Loading Transactions
Max Size: 148.22/200 MB

Candidate Block

Mining Attempt fbd4f6ba62b4917a990612b0fd9a13dcb8f18abb5387f0b134ab138fe234d4da
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 8f4f38424ea80f8b592ac0dbbb298e8cec7e53857022083faf54f9797cd0adf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.03167458 BTC
Feerates: 181.54 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (344,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
570,425 570,425 00000000000000000022e3a8d2319331919c2b9ed3f9514a30fcd9b56c369659 1,352 1.00/1.00 vMB 12
570,424 570,424 0000000000000000001a60ab0b543b5f3d8c74176fe26112f6ff0cc4e58cc1e0 2,598 1.00/1.00 vMB 23
570,423 570,423 0000000000000000000731a40187a839c81bf690c3e586c8852099126b5561d1 3,015 1.00/1.00 vMB 16
570,422 570,422 00000000000000000020cc4d4d3001849cd5b4daadaeedff731293975d04842b 2,667 1.00/1.00 vMB 75
570,421 570,421 0000000000000000000d00df458498c2b3c332e1ec81d426f17ccf8ed76b386b 2,870 1.00/1.00 vMB 106
570,420 570,420 000000000000000000074edcc053ffb989c81824e0a5e2793990aad5a10f4c7f 3,111 1.00/1.00 vMB 14
570,419 570,419 0000000000000000001b56b25bcffa32806cff71c84357ec48e90bbeee582d58 2,707 1.00/1.00 vMB 30
570,418 570,418 00000000000000000023c377081749e1bef97c202c078ec986bad571c9614f3c 2,879 1.00/1.00 vMB 70
570,417 570,417 000000000000000000223455d50cfc98bc34632f16b16b520bca687ea389b2e2 2,977 1.00/1.00 vMB 122
570,416 570,416 0000000000000000002050ed42b718b0215cd0e9a7ffbd66657ced7d14335ed2 2,444 1.00/1.00 vMB 112
570,415 570,415 000000000000000000286753f471985f772f331d5a1746704a6539903a59dde8 2,844 1.00/1.00 vMB 23
570,414 570,414 00000000000000000009a186898dde6bfdb854a513a61633637202d60c7eb07f 2,983 1.00/1.00 vMB 66
570,413 570,413 0000000000000000001cc296672e8d0a54464ab040eba7d2a1b7041275488c53 1,733 1.00/1.00 vMB 126
570,412 570,412 00000000000000000025b6fc3f3fd8cee6dc39d7c07c0a1e9f98c3a1e2ae01f2 321 1.00/1.00 vMB 2
570,411 570,411 0000000000000000002906ed78012f0a45910dac8ffdb63ce1f5746ce75b9248 2,738 1.00/1.00 vMB 32
570,410 570,410 0000000000000000001886762c5d2d0a26721aa066e04f768a062042374719f9 2,565 1.00/1.00 vMB 33
570,409 570,409 00000000000000000026b958586b2a4b8341dffb1f09218275e8ac5be86968a0 2,656 1.00/1.00 vMB 43
570,408 570,408 0000000000000000001ab0191b2766d47f6678d964631d190d02d8dbffe34ac9 390 1.00/1.00 vMB 2
570,407 570,407 00000000000000000009aa53771d9445242890f05d91a5758760406940003c00 3,241 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.