Loading Tool

Explorer IconExplorer

Memory Pool

40,753 transactions
28.37 vMB
0.07293911 BTC
Random Selection Loading Transactions
Max Size: 144.68/200 MB

Candidate Block

Mining Attempt 7e379b716a8b57d4302afe2fe4aa940a3b4206e6f7bfbf172dad66ea45fa32af
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root d3fa4cc847dd67919057f313343078ef6ce5d662f5a6f9a2c97006f9c8c46f55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.01818722 BTC
Feerates: 88.27 > 1.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (413,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,266 501,266 0000000000000000000b62605f86e230abe749f3d325d764bfbbe74e031f0cbc 1,909 1.00/1.00 vMB 899
501,265 501,265 00000000000000000092eb8a7efcccab51fb54be1b0be47657bd28a28060a7e4 2,221 1.00/1.00 vMB 473
501,264 501,264 00000000000000000082711c71c75e06ce69037b5202b27e061778f480308432 2,354 1.00/1.00 vMB 304
501,263 501,263 00000000000000000002c5bd79c91c86c0e0b11e75ca4435034cc0983fa21acf 2,152 1.00/1.00 vMB 747
501,262 501,262 0000000000000000000d0ca146d4a11341933f1d29834b11c311703786b01a70 2,126 1.00/1.00 vMB 579
501,261 501,261 00000000000000000024a0a98670aabe5e9c584a9481bbef930cc5ac535f6012 66 1.00/1.00 vMB 105
501,260 501,260 00000000000000000046bc0e750c7f2eb45200303c3752f4be7d04af0c1219e3 995 1.00/1.00 vMB 279
501,259 501,259 0000000000000000006ec9be8ed79df29476693c2bbfad486b4056c61fc9f763 485 1.00/1.00 vMB 118
501,258 501,258 0000000000000000008e42e57c86c8eb2a5c6c876cb2a7773c886032ce65d2ee 1,011 1.00/1.00 vMB 281
501,257 501,257 0000000000000000002f3ed73da994924e0b0dbc8de2abe066882c3dce12690b 936 1.00/1.00 vMB 226
501,256 501,256 000000000000000000380981432372fcb00511f9058cadf7450dc55ce7ea8374 652 1.00/1.00 vMB 227
501,255 501,255 000000000000000000803ab626a4878a3e6863874ef4471f58df8cd146c38743 1,358 1.00/1.00 vMB 219
501,254 501,254 000000000000000000815755e8739a49911dff711d21328cc3a31a891842017b 1,994 1.00/1.00 vMB 581
501,253 501,253 00000000000000000008e769afbf7ec842ffcce6cee68d8c2a3e0f6e10ae82c2 1,018 1.00/1.00 vMB 212
501,252 501,252 00000000000000000021313daea5a87aa3ad1cdf77e379cd81784bed3a4bbbe5 1 0.00/1.00 vMB 0
501,251 501,251 0000000000000000007c8fcc9ef7977fff7b49470ec5157accb76a7fae54410c 1,795 1.00/1.00 vMB 458
501,250 501,250 0000000000000000003f7a2dbcb34edf3b28470a679fa2ffee3bcc2d2cf40b36 2,222 1.00/1.00 vMB 241
501,249 501,249 000000000000000000067df1fda850b800d9e45f2cad8e9d695c1ef3e6a7ffa2 1,702 1.00/1.00 vMB 479
501,248 501,248 000000000000000000502f65d41b4ff94e81f385df920bdb4cf05376f1cf106d 2,280 1.00/1.00 vMB 816
501,247 501,247 0000000000000000000674d5d146c42603a4c9461df74fdf7b71f3f313ed9a63 2,139 1.00/1.00 vMB 556
501,246 501,246 0000000000000000008138f571e7bf9b2362be169b6f5ad28e25ea34f8576d43 252 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.