Loading Tool

Explorer IconExplorer

Memory Pool

26,878 transactions
17.43 vMB
0.06869637 BTC
Random Selection Loading Transactions
Max Size: 103.31/200 MB

Candidate Block

Mining Attempt b2f1e85e62db6bb7ef882a8f3bc1a61d6a3c9acdc6f04399316f4ecdfddecbc5
Version 20000000
Previous Block 0000000000000000000124d6ee4f7166a12b08f7606c033d20ff22ec60ec0640
Merkle Root 3eb706d1d1f4ce65abf5363e13815820089a2c36d63f72e8f08328a67f60723e
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.04680960 BTC
Feerates: 1,504.56 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,921 (353,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,072 585,072 0000000000000000000274b07ed44fd2ca1e514c32f0623c98d8dc7e322c11ce 2,937 1.00/1.00 vMB 88
585,071 585,071 000000000000000000179ec1b60f26b805d34df718ac5534d8b8daee39a8db3a 2,292 1.00/1.00 vMB 30
585,070 585,070 000000000000000000082b3d499e2ff0f26cff357ce32a5bc984a272c10e8c45 1,635 1.00/1.00 vMB 61
585,069 585,069 00000000000000000012a8308db22b0571419d3b5bee68707e892c6d39f6f475 1,057 1.00/1.00 vMB 34
585,068 585,068 000000000000000000154f02c8d88ecc915a092ba24f7798dc4ddbeb6e61e266 391 1.00/1.00 vMB 6
585,067 585,067 00000000000000000012c0f467378234b906e6a4716f04656cc8d270fc00ab2e 2,221 1.00/1.00 vMB 6
585,066 585,066 0000000000000000001451e83f32d1c4c047ab32fd222bbfb98de160b172cd6a 1,530 1.00/1.00 vMB 38
585,065 585,065 0000000000000000001efb4b576610c43b5be4e0607cac600639bcd3ba36b80b 1,557 1.00/1.00 vMB 59
585,064 585,064 0000000000000000001aa029febfc04bcc8250e271bdf746e8f7076fbeeedbd4 1,999 1.00/1.00 vMB 64
585,063 585,063 000000000000000000145c6c5c3bd826a656bb8b0349fd73fc59f7c64cd5aa81 1,996 1.00/1.00 vMB 19
585,062 585,062 00000000000000000012c2619d2714de20e3c6d046da84116c5b35ee98b84a52 2,380 1.00/1.00 vMB 23
585,061 585,061 000000000000000000163054d6b352e7c746662c44c13c1a7375fa9feb7785da 2,154 1.00/1.00 vMB 19
585,060 585,060 00000000000000000017f8a95ac0de04a9916f07a052e50048262708f36c8658 3,101 1.00/1.00 vMB 64
585,059 585,059 00000000000000000006abfdab0114033c487161b3744dbae6f3ac66d6e85a73 2,874 1.00/1.00 vMB 72
585,058 585,058 0000000000000000001533f558f584679896ef171d3f719859d05fbf702464b6 2,751 1.00/1.00 vMB 66
585,057 585,057 00000000000000000012785e8d91ad98cefc94fa7112f474890c8312fe9084db 2,621 1.00/1.00 vMB 76
585,056 585,056 00000000000000000018221fe9a4994c0ee07c017c461e29cf05b36998f45a82 2,378 1.00/1.00 vMB 36
585,055 585,055 000000000000000000168958ea29e3b0d4f0f6ece8e630f9d5e2a3faa1d77350 2,721 1.00/1.00 vMB 74
585,054 585,054 0000000000000000001866172efb81d80d5c1618732362da7ae8dd54fe77ddf3 422 1.00/1.00 vMB 6
585,053 585,053 0000000000000000001e102f95b0a381825d230c76c11410555ed030cd4f7466 2,127 1.00/1.00 vMB 27
585,052 585,052 0000000000000000001babc5d421e37a87973f6709bd8a427f587957b58b89d3 2,196 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 824.76 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: 4,209.47 GB
    • Received: 230.48 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.