Loading Tool

Explorer IconExplorer

Memory Pool

84,205 transactions
31.74 vMB
0.09405470 BTC
Random Selection Loading Transactions
Max Size: 192.82/200 MB

Candidate Block

Mining Attempt 90e1dcc964759425cd71ce455322d5d5945ed9b968e460b2f6db9d8a546b227c
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root b4d0a65a5506e743f246e1b2bfd43ebe1258be08959585eaff15c1738763f80e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,074
Size: 1.00 vMB
Total Fees: 0.02450373 BTC
Feerates: 265.25 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,185 (523,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,014 392,014 00000000000000000a1c7236e45710d39e5a478cae0a2428a4770d6b8cbcc014 1 0.00/1.00 vMB 0
392,013 392,013 000000000000000008f360de730ceb5a209f91639b851d50911e05fe8e3c700b 1 0.00/1.00 vMB 0
392,012 392,012 00000000000000000205d46342f90fd1d9481d84080b00838ddb0d2850d3d872 1,666 0.75/1.00 vMB 31
392,011 392,011 0000000000000000045c691c4966e65b66f356593e14ac048b0720b184c9fdde 2,474 0.95/1.00 vMB 44
392,010 392,010 000000000000000009c8e9c8bf48029447bd51b2261be4ce7d0fe98df69a8b9f 2 0.00/1.00 vMB 0
392,009 392,009 0000000000000000097f4896123a652228fab4d33d4b3b78a77d7407bd9a8d22 958 0.38/1.00 vMB 38
392,008 392,008 00000000000000000a508dc8b99918706b5a3b37ccd6577fa732de56bc4a6497 2,221 0.95/1.00 vMB 37
392,007 392,007 0000000000000000040ea34077955cc4a67890238e25f673f500e8e424cc1593 928 0.75/1.00 vMB 20
392,006 392,006 000000000000000002b3414231a4306c71440840f75dbdfe46ab2782fac58c55 463 0.93/1.00 vMB 12
392,005 392,005 0000000000000000074655af2ca7fb3dfd3dc6ba1d0396595d8bed6fc6901b6d 963 0.39/1.00 vMB 42
392,004 392,004 000000000000000004038ce411f60b80b95f19afb3e422db8265ba1bf127a379 1,578 0.72/1.00 vMB 45
392,003 392,003 000000000000000006409d16b13a8dcdeef9c75528b9be1098c4fec6e6b11e3a 1,248 0.84/1.00 vMB 22
392,002 392,002 0000000000000000064eb6c8cd0e6cde71a19d54c66f44fcf13c4f560a348733 3,067 1.00/1.00 vMB 49
392,001 392,001 000000000000000005b076c1bf4bb3c1bbf331c0d1a01461e9429a1b71f40821 1 0.00/1.00 vMB 0
392,000 392,000 00000000000000000850dc9d4a9a8d45d618d8f0dcbbdcc8a6fa88a6a90dfe1c 82 0.06/1.00 vMB 215
391,999 391,999 0000000000000000057be82ea064fc9e30b320e780ebdc67287efb5c8f0b8da3 389 0.28/1.00 vMB 24
391,998 391,998 000000000000000009a045e88b5ed6d6a37c1f380b35f8dadaa9cdb58fdf755b 1,870 0.87/1.00 vMB 38
391,997 391,997 0000000000000000035310b43988568408f617bebe13e3d966dbad1b1d6a42cc 1,126 0.99/1.00 vMB 20
391,996 391,996 000000000000000004f603beee2468c014f662a9ad35370fba0a7e210d6da73c 1,175 0.50/1.00 vMB 35
391,995 391,995 000000000000000004952c98cf577a5636685efb8b9e87efa9b2be67be578b2c 709 0.48/1.00 vMB 25
391,994 391,994 000000000000000007a314d569ad1b1d62ee0d0d54d1cdb152d74cd23e426601 1,864 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.72 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: 704.81 GB
    • Received: 16.64 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.