Loading Tool

Explorer IconExplorer

Memory Pool

80,545 transactions
29.72 vMB
0.07128752 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 0e9f90abb02c1ea1a964a27184e20fbb88aba8f20d8d69c3c13440398ff22336
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 068dc65dcc5ccf9f17b40a0e6353329d983699aa41fdfa85b4b444e57511b971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,027
Size: 1.00 vMB
Total Fees: 0.01057540 BTC
Feerates: 502.67 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (67,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,089 847,089 00000000000000000003480877057d060adca8cf964c16b00f8adfd3020ec6dd 4,319 1.00/1.00 vMB 38
847,088 847,088 0000000000000000000074877b16a3ca2a512114f731fc76e226ec77dcfc38db 4,206 1.00/1.00 vMB 70
847,087 847,087 0000000000000000000276b7139f366d4f58bd3ebdf56bd6b445b79278b669e5 4,987 1.00/1.00 vMB 38
847,086 847,086 00000000000000000000fefc7bc8e7fb33d23119e8b39e3b90e367c377b18038 3,390 1.00/1.00 vMB 51
847,085 847,085 00000000000000000000b197d8b57021ec217d8afb87e79e81cb4232f87580bc 2,438 1.00/1.00 vMB 40
847,084 847,084 00000000000000000001ae35f07800429f8c3475df8fa46100969aafd275ca45 3,858 1.00/1.00 vMB 70
847,083 847,083 000000000000000000004d44eee324b0510e67b9a7fc79c8bbf6cbe8ff09b3e5 1 0.00/1.00 vMB 0
847,082 847,082 00000000000000000000d65bd39c4cf682fa76e93898b10a3773e19794dc0960 3,654 1.00/1.00 vMB 49
847,081 847,081 00000000000000000001df87c3d5c6bbe25354a29380c9c72ac55e6e5e95792b 4,054 1.00/1.00 vMB 70
847,080 847,080 00000000000000000000e71df6a9ed0724a92967603af3f4378a8ef1b06130f0 4,270 1.00/1.00 vMB 55
847,079 847,079 000000000000000000019c3a6cf513f083591410daa2f7938c1ee9d44ba7f0e2 4,444 1.00/1.00 vMB 53
847,078 847,078 0000000000000000000061c2bdb4cba1b3483be832c28c4b76a2ded6e4db578b 3,803 1.00/1.00 vMB 141
847,077 847,077 00000000000000000001ad300d3094662a5da63de62d84da228e5aa32b296371 2,611 1.00/1.00 vMB 40
847,076 847,076 00000000000000000002896c6cf4d3b50c54b326412f8d338f99ea5538757664 4,504 1.00/1.00 vMB 69
847,075 847,075 00000000000000000001e39c0b8eaa394557a11bdd10931f6532cd00f99a626e 3,847 1.00/1.00 vMB 97
847,074 847,074 00000000000000000002141dd04de19d72809333b1badc8c2622eb18ca335e78 3,069 1.00/1.00 vMB 59
847,073 847,073 00000000000000000001e16867a6293cce9928441e53ed0e805f773b2f5c8139 2,969 1.00/1.00 vMB 56
847,072 847,072 0000000000000000000266dab03fecdd52376d4453aafe0d4d1c862c154af726 3,310 1.00/1.00 vMB 64
847,071 847,071 00000000000000000000523fcb8d6f6bb2476fbb457f8a1411e4c1cc0b4e9c58 5,185 1.00/1.00 vMB 87
847,070 847,070 000000000000000000013477142518730eb4caab28a65a15f18511b754afd8e8 6,352 1.00/1.00 vMB 127
847,069 847,069 0000000000000000000043ae439725dc5d90eb7218d49e04bcb12bdf99600b27 6,616 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.