Loading Tool

Explorer IconExplorer

Memory Pool

79,093 transactions
29.56 vMB
0.12251547 BTC
Random Selection Loading Transactions
Max Size: 178.56/200 MB

Candidate Block

Mining Attempt 7854125bfa5ff3ae702626c6d36527d966e53378d9cca48d1df14a2040668f31
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root cb2aab8942571abe077387d142a60e81fd88458ea6bb79a757a6bed8e8c853a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.04311401 BTC
Feerates: 198.58 > 4.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (363,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,555 551,555 00000000000000000007307dda136da3f4bcc662b8bd078bf30cd1ec830406b3 2,320 1.00/1.00 vMB 3
551,554 551,554 00000000000000000029c71828a5ec4c0c757836daf309bfc9ffe74ae8c540d3 2,314 1.00/1.00 vMB 6
551,553 551,553 0000000000000000001c16fd0d5eba36b9e103fd5d817c034ccb022c26be1a91 2,298 1.00/1.00 vMB 36
551,552 551,552 00000000000000000005f95885b8eb4be903651626f1a80fa4e157be7ba0d8fd 2,395 1.00/1.00 vMB 28
551,551 551,551 00000000000000000008b02a7513ceebaa70dd69e1447148d225e1c5d3553861 1,710 1.00/1.00 vMB 29
551,550 551,550 0000000000000000000993481c72ab933075e7dce040e9d816784f3a5acda50a 2,045 1.00/1.00 vMB 51
551,549 551,549 0000000000000000001c7d69faf9e77ac861bd966a5034ce47c575871c18fbc7 2,172 1.00/1.00 vMB 35
551,548 551,548 00000000000000000006b56abffea5ab3da3b8750e4b52c064d836c799407b41 2,692 1.00/1.00 vMB 69
551,547 551,547 00000000000000000025fe6c83c230ded4ddbb2eed1d0618d704535d698adf32 2,278 1.00/1.00 vMB 19
551,546 551,546 00000000000000000023b9137f2a9b172ad4e1abad2e2f0d87a9f434e589ecfe 864 0.36/1.00 vMB 15
551,545 551,545 00000000000000000017e5451bef2d6d333af88d9cabddcda40c9e4b9ce2ce73 814 0.42/1.00 vMB 13
551,544 551,544 0000000000000000001a23d959903ea3ece46801c64df0493e6638503d50d07e 925 1.00/1.00 vMB 2
551,543 551,543 000000000000000000260fba75da0291b4b1b782dec4e79c9c1df60b84e0b606 2,223 1.00/1.00 vMB 34
551,542 551,542 00000000000000000018af851b2a4986f470a2e6c817243376ea82a0d34e347a 1,262 1.00/1.00 vMB 12
551,541 551,541 0000000000000000001301789f9c216881d222a4a8a85e62bc1c437bc68e052c 1,970 1.00/1.00 vMB 17
551,540 551,540 00000000000000000014c3175801c0b03f664f99386bc1e052031e0bda71afd1 2,360 1.00/1.00 vMB 14
551,539 551,539 000000000000000000251514c7449012fe8300e6dc6794a63b0572c6dcbaa570 2,602 1.00/1.00 vMB 29
551,538 551,538 0000000000000000001f22923e5fd3d371ce221498d2198352632b74bbbcfe45 2,932 1.00/1.00 vMB 34
551,537 551,537 0000000000000000001e7a39984b2dcc8d21a7e4df64e7433df5303c664da133 1,518 1.00/1.00 vMB 2
551,536 551,536 00000000000000000015dfde80beec7bb3973206ff5c538b9ba6630be96310c0 3,208 1.00/1.00 vMB 19
551,535 551,535 0000000000000000000819efbffd146d3dad50ee8d21534100ebca606baf2769 2,515 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.