Loading Tool

Explorer IconExplorer

Memory Pool

17,312 transactions
7.93 vMB
0.02333906 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.43/200 MB

Candidate Block

Mining Attempt df1844bc3c54ce47260cdbdb9aab821e6efc1288b0a1d9f3bd529218fd1ed479
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 00975cf5ee2964ca26ea187688da97a4c54f8b8ad6fb0536c71e14ce01bf7912
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,821
Size: 1.00 vMB
Total Fees: 0.00686313 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (657,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,250 256,250 000000000000001f1d84edf1d8901ed8a3b4415c0ae71faea14902a0cb12eb2c 650 0.25 vMB 162
256,249 256,249 00000000000000176e15e4fb8f59e2b65407afa87af9af2f2a3ad31a215b5049 199 0.10 vMB 71
256,248 256,248 00000000000000178f4cf7cef8941844bd72d1435f4cf5e61cfe066311f7807a 648 0.28 vMB 109
256,247 256,247 000000000000001bb68eb99892b94fa8b33da6be1e52afe17920e05bea0528b0 1,247 0.50 vMB 120
256,246 256,246 000000000000000c5a4a7971338e3b2226b4697035455b1f10c8db8806241ecd 568 0.25 vMB 145
256,245 256,245 0000000000000004760b054428b39113e0a27e08cce9a98cd27c4dbee3ea3f05 195 0.09 vMB 123
256,244 256,244 000000000000002fe406df0a623d0552973f7455aff2866b400492e7b964905d 50 0.03 vMB 41
256,243 256,243 000000000000000b204f319b88cb7ada312006cff24259767ce543590376916b 10 0.00 vMB 3
256,242 256,242 00000000000000240151486223bec38ac2efd88b06358ed808b7650ca2d4e7b9 483 0.18 vMB 136
256,241 256,241 00000000000000094943a4f8db9e6e3c7693fda19a87e0c6311cbff6af5e30ed 54 0.02 vMB 90
256,240 256,240 000000000000001c4c2ae705ca273cabbb7881587eee17d65e97872f6d32e3dd 363 0.15 vMB 104
256,239 256,239 00000000000000153e89df838e32e1d69f44352582b7e916779a4c81f5c87fc8 113 0.04 vMB 45
256,238 256,238 0000000000000022e8d500382e2890c4188afbac95bd96b28badeb40535a2d62 175 0.08 vMB 117
256,237 256,237 00000000000000132059570a30473e9a66082f15a3587f46674e2868e42c1717 320 0.13 vMB 120
256,236 256,236 0000000000000001d5cb5a162b017593ea700796346fc4ad2878317f88639558 132 0.15 vMB 46
256,235 256,235 0000000000000004e00a510cb0eb701049eab4ffa7f5ae0cb35166012f206735 395 0.20 vMB 41
256,234 256,234 000000000000003040c350eb9968ddd8d465c02d3b8c08a57092d648d84e81fb 648 0.25 vMB 191
256,233 256,233 0000000000000001fd0e62b6be598ed76515a2044941efdffaa6cffbaedf6be9 415 0.18 vMB 151
256,232 256,232 0000000000000012934a060e2f39186df3576919488f578142ac0b39f40eb016 294 0.15 vMB 100
256,231 256,231 000000000000002ff0c69115a9a7ec287f2eb1e7aaf5fcd8e570523c6d0e35da 648 0.25 vMB 113
256,230 256,230 0000000000000020c9620a098f464ca259dfb49e0d58ac6e8072fb9ebf01aa22 375 0.20 vMB 75
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 246.19 GB
    • Received: 0.93 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.