Loading Tool

Explorer IconExplorer

Memory Pool

39,643 transactions
17.54 vMB
0.13984771 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.72/200 MB

Candidate Block

Mining Attempt e13aba0dee62e87f91b1e8532ee5459cfa369345553bb47eadc5588a09487758
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root ae38a050e48cbf9e61dc2793d80cfd2a61dda1f969cdc40c5844e1d3fb36b0be
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.03698384 BTC
Median Feerate: 3.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (710,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
203,064 203,064 00000000000005169457805a52f97935a885e42fed557b0063c0ca9898b3905e 798 0.25 vMB 177
203,063 203,063 000000000000011cd5f98ecf3656cae47ef8703cb3dbe9e29e1f222704e7e986 103 0.05 vMB 187
203,062 203,062 0000000000000000497b8b1a83a091bbd8fa7afef1bf62263ebd79019e98eab6 153 0.05 vMB 346
203,061 203,061 000000000000038c8ac727a768f8e738a92c91beb55da9109eb5885aeee454bf 176 0.15 vMB 75
203,060 203,060 00000000000001beb87bda50afad03d4afcc17443ba64cc7169da7e61ef90e05 75 0.03 vMB 136
203,059 203,059 0000000000000398d62b7741273602dd8c098f6c05b2ef59b08ffca9327aa9c9 667 0.36 vMB 89
203,058 203,058 000000000000040e21178f841de61a5b6049b1e04331cbb82aeb6699e879d4e7 206 0.10 vMB 176
203,057 203,057 00000000000001b97abf79f57e8832239ce3454165cc5daced6ce0d64844e794 16 0.01 vMB 95
203,056 203,056 000000000000024e43bf40da9d6259ce891aed1fbdc2be6cbd40a2c524444456 65 0.03 vMB 96
203,055 203,055 0000000000000394991207168a8ae4508ba111ac9b39de7235851f772a1e038a 159 0.08 vMB 134
203,054 203,054 000000000000025ec34efc553f91b115628758de4d74648404b44567422c0841 13 0.00 vMB 31
203,053 203,053 000000000000022e468e8a5a701baa9b2ca3aaa932567434c2034b037b21dc13 396 0.24 vMB 124
203,052 203,052 00000000000001abe0daa630844483bc7fe69af910073b8b3896a319c0f1ec9a 474 0.18 vMB 187
203,051 203,051 00000000000000ec01bc5ffaa112d90ce8f112c3fa1eebe0dfa8c1131c85d98d 32 0.02 vMB 61
203,050 203,050 00000000000002ec68202428db800f46734632c62771887c1c5b24be8c7614b5 578 0.21 vMB 171
203,049 203,049 00000000000001aee9b787846887b1f943b0b8c178dcfb4e204daf47319d919a 438 0.24 vMB 144
203,048 203,048 00000000000002c1387fcc84693aa39966c360f8b35d480c732dc30172f43807 183 0.13 vMB 100
203,047 203,047 0000000000000328859eaaf66b30a33e93ec5119d8b32a9feda9ec64e738efb6 555 0.25 vMB 164
203,046 203,046 00000000000001124b7ef524b19716db27febf8df8b9aa778c6dec5bc877575b 67 0.04 vMB 89
203,045 203,045 0000000000000525345b0411932f8e01da1b0a67c89ad67954c6dcc8ae1793e0 273 0.25 vMB 90
203,044 203,044 00000000000004f3b6f7acbfb39c0cf5ad890ee302ef5081ab007e75f7fbdf59 501 0.25 vMB 101
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 111.64 GB
    • Received: 0.47 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.