Loading Tool

Explorer IconExplorer

Memory Pool

40,797 transactions
27.65 vMB
0.07136119 BTC
Random Selection Loading Transactions
Max Size: 141.90/200 MB

Candidate Block

Mining Attempt 0df6475637f220a0ab2dd739aa92b8517ac4885eedeba1fdb72b92a28cd457ad
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 53cc6abd89bfb96478a053f3a3f9f8d9c9511305a4e3668b33d02c98b163534c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.01864071 BTC
Feerates: 307.10 > 1.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (410,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,348 504,348 00000000000000000016c6e718838384b0e4af0241227591fd72709096431f5c 2,104 1.00/1.00 vMB 304
504,347 504,347 00000000000000000002d265bc588c25eb0619b1ba10282a2881779bdaf71a45 2,524 1.00/1.00 vMB 445
504,346 504,346 0000000000000000000c79fed2ec17a4e39f79e36fae51e055dfdb41b012729e 2,288 1.00/1.00 vMB 466
504,345 504,345 000000000000000000297d15d3ad3bcb458a7872f2066d4526c6f10436e9bcd6 2,031 1.00/1.00 vMB 323
504,344 504,344 0000000000000000005238405dbde3631747eedb52a929bf140d8511e7437cb8 2,090 1.00/1.00 vMB 434
504,343 504,343 0000000000000000001fea6bcdd556275c4e6be85e777cbcba488eb2c38ec3f8 2,102 1.00/1.00 vMB 375
504,342 504,342 0000000000000000003a8d968bde1ddbf222ab8b40f333efaa17c26055644493 1 0.00/1.00 vMB 0
504,341 504,341 0000000000000000001e147ac44b6c860000badfc96e8893633e9d88ccd295b8 2,363 1.00/1.00 vMB 426
504,340 504,340 000000000000000000064a0ff4dbe2bda3a77ce3fe65b2fa57467b3dcd3303c6 2,174 1.00/1.00 vMB 461
504,339 504,339 0000000000000000006dd3da744415159c7a4ebe14b8544f13a4c75b9ea1c2e0 2,659 1.00/1.00 vMB 421
504,338 504,338 00000000000000000052db13c6c8026339ed91c43477b66148d72036c8cf0487 1,932 1.00/1.00 vMB 511
504,337 504,337 0000000000000000005a7e96b0d5df704f5d7cbf4a4484a9a359e805e4a0e18a 2,461 1.00/1.00 vMB 508
504,336 504,336 00000000000000000066983fc24e7f49ce768829e69463c745998ff63e9e0d3a 2,540 1.00/1.00 vMB 475
504,335 504,335 00000000000000000040bc16ffc3a7e068c76aac864ad959892d32e4e115bc2f 1,835 1.00/1.00 vMB 285
504,334 504,334 0000000000000000006ed2e279b9efc3a265dd5f94ebd3e8442857fed9a9d982 1,794 1.00/1.00 vMB 377
504,333 504,333 0000000000000000004923d787dffc209e375bfe59d8e6f996c07966aa69dba4 2,163 1.00/1.00 vMB 321
504,332 504,332 0000000000000000007ba9e2faa42e10da53ae4caf5dbe7afc04af2d954e17d9 2,598 1.00/1.00 vMB 469
504,331 504,331 00000000000000000065e1b46e11fb632eec143e48469145755eaf7f9054cb91 1,845 1.00/1.00 vMB 383
504,330 504,330 0000000000000000004f855030a324e60022c8915d4f7cefc5c5b72fea572b4c 2,247 1.00/1.00 vMB 290
504,329 504,329 0000000000000000002667e57c327b2b71bf7fff78499b993241e5151f6c7983 2,376 1.00/1.00 vMB 427
504,328 504,328 0000000000000000005fd99395f44d5035cf3379c22d6b8938a4bc98bde46fc8 307 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.78 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: 632.87 GB
    • Received: 12.17 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.