Loading Tool

Explorer IconExplorer

Memory Pool

74,461 transactions
27.59 vMB
0.07185288 BTC
Random Selection Loading Transactions
Max Size: 168.16/200 MB

Candidate Block

Mining Attempt 9f1c3056fea5a82b5fd3d5c2cac3a88efa31da8dea7852c5bc886c9b39e0c9bf
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root d434d53450e4a5164fe72bfe7f7473aa7ec1df7228daf21242b43b7b01cb6e0d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01304237 BTC
Feerates: 480.19 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (793,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,002 122,002 0000000000007d0a14d4e2995a96db8f457b0ed79e9eb4fde8733044e18091a7 13 0.00/1.00 vMB 0
122,001 122,001 0000000000004ce89031692cee278dc09e09aac24fb2ff514fcac80e4013a911 153 0.05/1.00 vMB 0
122,000 122,000 0000000000002fe5f29af38282ac1c8f4ea2bf8a0855946150130419491b6c05 8 0.00/1.00 vMB 318
121,999 121,999 00000000000046c98eecf6c815fb4753dab716cf36112ba1236e036532af48b7 13 0.00/1.00 vMB 0
121,998 121,998 00000000000097025d1c578a533f6d97bc21c498ff84ec47e3878243fbe8a725 10 0.01/1.00 vMB 354
121,997 121,997 0000000000004453bc6c23823798a0ab2e6e8863fb8580ed630374d48033183a 5 0.00/1.00 vMB 0
121,996 121,996 0000000000008319636bf44a6106072fe04ff4f92e617b68d77694940d33c8e8 9 0.00/1.00 vMB 942
121,995 121,995 000000000000255e6d4b2a9afa796e77e72a8b7d970304ab8585e416c60bb197 12 0.00/1.00 vMB 0
121,994 121,994 0000000000008c1a67ab5f34dc48832cc331a3bc6a7accdb7c2b5311144c5130 22 0.01/1.00 vMB 177
121,993 121,993 00000000000078957b2c8b54124cbef4434f8d24b530b711a0a097b576c06f35 14 0.00/1.00 vMB 282
121,992 121,992 0000000000006fde235f800866158c277855fe02d0cfaf5b5eb00f6293311976 7 0.00/1.00 vMB 338
121,991 121,991 0000000000001c3ec516daac1fd9650bf30e9239f0c7e5fe7949f857dcbfe0c8 13 0.00/1.00 vMB 0
121,990 121,990 0000000000005d37db71bfd45911112c7b3aa5e6e9476b89af0a044b4ce8fab4 31 0.01/1.00 vMB 2,375
121,989 121,989 0000000000000b6d7d71f062f206d521e620de08e6b213390a0c15f687847c26 9 0.00/1.00 vMB 0
121,988 121,988 0000000000001b95fbd84560dc30fa389a258feec2256dc49cbc00a58aebad40 12 0.00/1.00 vMB 246
121,987 121,987 0000000000001cc90ab8f79b436f04316c6f01cfb3e32b8721523a44cbf4198f 4 0.00/1.00 vMB 276
121,986 121,986 0000000000003739548a091fcce8677149d63d6581e6ebf802e23b8a9861562f 5 0.00/1.00 vMB 0
121,985 121,985 00000000000030c567f494be1adfe18f901af645c7d2c1dec842c32e23c905ec 6 0.00/1.00 vMB 0
121,984 121,984 0000000000003be097815ea7e2822cc7640d578a85ea9612746b365726bb91c9 13 0.00/1.00 vMB 0
121,983 121,983 00000000000033f9cae49d2393ab00a5992eaa90f2553c7a8be6229e26cc0fa8 7 0.00/1.00 vMB 342
121,982 121,982 00000000000010b39e8b5673739a11a9d2085facf01d9df2c53e9edc8914a0f0 7 0.01/1.00 vMB 933
Previous 10 blocks ↓
Total Size: 782.85 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.55 GB
    • Received: 17.19 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.