Loading Tool

Explorer IconExplorer

Memory Pool

85,679 transactions
31.97 vMB
0.12035102 BTC
Random Selection Loading Transactions
Max Size: 195.73/200 MB

Candidate Block

Mining Attempt 2228f356e486df6038716fb4d9590f41d4912eb880647abc5a0fd65c57386ed2
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 0eab34dbf5dac1f88d577e4eed0af0bedfbfc5317929d0d98a39039077e89f33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.04109535 BTC
Feerates: 299.70 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (298,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,567 616,567 000000000000000000084e68f5a8c19ee3be2ff6fd7aaf6704e72430b8cbc1b4 3,232 1.00/1.00 vMB 13
616,566 616,566 0000000000000000000a0338cf2ae8c2f41e6cf212c2f801d6eb3bd34add4a0c 1,925 1.00/1.00 vMB 16
616,565 616,565 0000000000000000000972be95af0392ea60038e71e571ab84c5ce32ed93ae55 3,362 1.00/1.00 vMB 35
616,564 616,564 0000000000000000000a579632618af3fdd8d5498087b4769cc14e11279aa475 3,406 1.00/1.00 vMB 18
616,563 616,563 0000000000000000000ca016a28244c96b1684b9d2f6a5edeec94542d7e4fbd9 3,184 1.00/1.00 vMB 18
616,562 616,562 000000000000000000022df6dd7a48edb34e19ef943ba7cfbbec98b1441681b5 2,575 1.00/1.00 vMB 28
616,561 616,561 00000000000000000002843470daa89c41da6f52ce968e91a45385202cc813c4 2,992 1.00/1.00 vMB 10
616,560 616,560 00000000000000000000df0b66a970cf0afef986c07d62b1738c7c00d9153977 2,651 1.00/1.00 vMB 36
616,559 616,559 0000000000000000000d1c2eef45ab437b8135e70cc223a3f068ae06010c2609 3,023 0.99/1.00 vMB 14
616,558 616,558 0000000000000000000c6ffbab184a454fedfe57f89b7dfe9cc78af45f5301f7 3,352 1.00/1.00 vMB 12
616,557 616,557 00000000000000000009958ef63a3f9963956a3664572ec0f72d4f403f64bdb3 3,370 1.00/1.00 vMB 21
616,556 616,556 00000000000000000010529d4c0c6beaf8a1f265b32c55f4ceb0b58719d3db1f 3,230 1.00/1.00 vMB 17
616,555 616,555 0000000000000000000494d0e5996a3a63c7e01ee5a01f0f077fbf78a7f98d61 1,807 0.47/1.00 vMB 14
616,554 616,554 00000000000000000005985e7853a66c63cfe77a8f00c53d6e7da433eb1fe5d2 3,179 1.00/1.00 vMB 17
616,553 616,553 000000000000000000077c8899c52011849a6198c05d5193b3d79ff76264ebdd 858 0.25/1.00 vMB 17
616,552 616,552 0000000000000000000cda2b68c0c7d7d0b29d38bb1e6da5bf201a36cd7495b8 530 0.16/1.00 vMB 15
616,551 616,551 00000000000000000009c9cd3ab41307ba1cb0ea0be69255d543365003fac335 1,577 0.52/1.00 vMB 17
616,550 616,550 000000000000000000061d7f3efd1d8b2418d7d53ff7c3f2a27efe8091d75d21 2,165 0.72/1.00 vMB 15
616,549 616,549 0000000000000000000a2b1d7f270912f579d57dd3eb46793085dcdf0f420b50 1,903 1.00/1.00 vMB 7
616,548 616,548 000000000000000000003cc7eedaa7e65ce74b8e801bf2464373752066ee3ee5 3,204 1.00/1.00 vMB 11
616,547 616,547 0000000000000000000c928ab84e600960f868953c31084a7ebdf6659a56f695 3,477 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.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: 709.64 GB
    • Received: 16.94 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.