Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt 4754eee81f2ca1ee4c73fdacd702fb222ee82914cd386fac3f3ce420a8e0e05a
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,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,456 504,456 000000000000000000162a4c035373fe0d1dae146fe9f782c766a19399b7cc92 2,417 1.00/1.00 vMB 529
504,455 504,455 0000000000000000007cde7d4e7cb60a69aae6c2d5d1c0393c604f7902612a94 2,386 1.00/1.00 vMB 457
504,454 504,454 00000000000000000001bb47b56aaee1f7b407940b3a8e6953b09e3754bc13d3 2,346 1.00/1.00 vMB 576
504,453 504,453 000000000000000000373a3da49309ba43cc521e8919b77bab1f9aed0f9f61e1 1,811 1.00/1.00 vMB 283
504,452 504,452 00000000000000000004d2aeca9fd8690dd266982b0c52978b174068543fe635 1 0.00/1.00 vMB 0
504,451 504,451 000000000000000000105252bfc1628ada3195e70db27a4f32566a88ad3e562e 1,865 1.00/1.00 vMB 325
504,450 504,450 00000000000000000043b85b9354f966d6862603c6328be7775c175fc32682b5 2,071 1.00/1.00 vMB 486
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
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.