Loading Tool

Explorer IconExplorer

Memory Pool

44,962 transactions
27.37 vMB
0.10414040 BTC
Random Selection Loading Transactions
Max Size: 143.54/200 MB

Candidate Block

Mining Attempt cb26c70f09d769b3f6106edefbbf5f8ef8ba095e04f9c57f89f2e56538c05899
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 65d830a49c8cba26d3ac40486aa21fe0c1718a4e922f0dd15315d19b78222c8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.04763847 BTC
Feerates: 151.16 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (410,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,449 504,449 0000000000000000002409f8146c1f3d6eb534089a409b561e314c4cd2122cf7 2,166 1.00/1.00 vMB 375
504,448 504,448 0000000000000000002f20ffe712dfa16fef7f059be01d337e099a2c46620781 2,302 1.00/1.00 vMB 465
504,447 504,447 0000000000000000007d60f189ae1b049cbf286bd657a3c65736e6750cfeadd7 1,522 1.00/1.00 vMB 389
504,446 504,446 00000000000000000056bbbd9c6534e2a0e08f9e9e2ae277bb85d30bc80f14df 2,402 1.00/1.00 vMB 440
504,445 504,445 0000000000000000002d16622cb450ce79c07df0302f390f86151b6fbfc1d4e1 2,173 1.00/1.00 vMB 447
504,444 504,444 0000000000000000007141086c471b87212603c5a8516effefb8090d3dd9ca0b 2,042 1.00/1.00 vMB 495
504,443 504,443 0000000000000000006ffe97233b2f4ba063d6684f96475705cfaf3373fa8d22 2,695 1.00/1.00 vMB 417
504,442 504,442 0000000000000000001475b345b059a89bb5238fd0a9d153150ad4cbdeb6685c 2,427 1.00/1.00 vMB 523
504,441 504,441 000000000000000000252e3204da278d6435792579633d171ad95ce4a6af8db0 1,560 1.00/1.00 vMB 241
504,440 504,440 00000000000000000068a843b0f74d14ee599d3ca4bbb7a83a7362c93b1b7c9c 2,711 1.00/1.00 vMB 480
504,439 504,439 0000000000000000004bcb7945cd906544cd8a0e3832cb548926c7e657a4d7d9 2,708 1.00/1.00 vMB 392
504,438 504,438 00000000000000000034d8b3d9a3cd38ca9f54377319d8a0d06362fad626ae22 1,196 1.00/1.00 vMB 279
504,437 504,437 0000000000000000004b42d68fa53e8dbc2b41b4c2011544693adb337a7764f6 1,171 1.00/1.00 vMB 240
504,436 504,436 00000000000000000019b14669b67c9c3324366f011131828040a9feda18fcf1 1,582 1.00/1.00 vMB 293
504,435 504,435 0000000000000000000acff801297020a5c4be2d27fffcf706354c766a1988ea 936 1.00/1.00 vMB 259
504,434 504,434 00000000000000000024a4d8bff213ad8f16e7ace461dbeba6600b43207607fe 1,203 1.00/1.00 vMB 253
504,433 504,433 0000000000000000001d01fffeb2b8e6f7839b0720acfdac09f3085c53c799c6 639 1.00/1.00 vMB 189
504,432 504,432 00000000000000000068a4f3dcd2d3b2800a07e46a5e16a7c3f7079b266fa400 976 1.00/1.00 vMB 239
504,431 504,431 0000000000000000003cb41b33a44030e2a0d952938305be4d49a0cb31d364fc 2,276 1.00/1.00 vMB 393
504,430 504,430 0000000000000000006223318dfaf292cc63fd361acc16589b9ec989343106ef 2,108 1.00/1.00 vMB 387
504,429 504,429 0000000000000000004851539fac85a268f35678f59ec4621821c5d675de0b63 561 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.