Loading Tool

Explorer IconExplorer

Memory Pool

39,972 transactions
27.16 vMB
0.05755153 BTC
Random Selection Loading Transactions
Max Size: 142.03/200 MB

Candidate Block

Mining Attempt 822f798fdb89c76fd4ce8d496a3392e3b7af70ba7e0baf1b8a48e658d6fa0381
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root c5341f9c648cf7264fe192513568e3b4953c52e83f5258d62f07ad1c474e350f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,397
Size: 1.00 vMB
Total Fees: 0.00719723 BTC
Feerates: 69.10 > 0.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (403,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,419 511,419 00000000000000000040886799ea5ba4a65839e36a125daf303a5ca4bfe44926 367 1.00/1.00 vMB 20
511,418 511,418 0000000000000000002f41100c75a9f12aa8deb43bbf11379b03d7ab62b5b9a8 949 1.00/1.00 vMB 35
511,417 511,417 00000000000000000020553041463fd32b891de8e6562a037e0a394ee3c94dc7 627 1.00/1.00 vMB 24
511,416 511,416 00000000000000000032dc1de95d8773d0720bf8c96a2aea1161de4186bfe23b 316 1.00/1.00 vMB 20
511,415 511,415 0000000000000000004c9f5003ac096f86a60588d6e8fd1d34149be25e043bd2 1,110 1.00/1.00 vMB 39
511,414 511,414 0000000000000000004f7649a9d26f60bd7e81442d1a7f6a43e39e2c48b3e2a1 2,595 1.00/1.00 vMB 67
511,413 511,413 000000000000000000007c870a405d38c0bdab88d82bc32ffade97d6e2a8d598 2,004 1.00/1.00 vMB 29
511,412 511,412 000000000000000000456366783f9d079158dd5295958a2d89b0734f41a51a36 1,744 1.00/1.00 vMB 20
511,411 511,411 000000000000000000047fe98a2477d356832a82868f978dec77664486a79713 3,093 1.00/1.00 vMB 46
511,410 511,410 0000000000000000005b25c8428d102040d0594bf0db3ce86b38c4a80d743394 2,172 1.00/1.00 vMB 103
511,409 511,409 000000000000000000074ec2690c1926a21a25a854a8e498e5cc35a620c463dd 1,945 1.00/1.00 vMB 24
511,408 511,408 0000000000000000002f9d4fd0607883d7cac93fe32f34379bf6c67f1113ed72 1,574 1.00/1.00 vMB 30
511,407 511,407 0000000000000000002b2a1edb5b6d4195280bc6f3f9e217ac54309428a0929d 1,304 1.00/1.00 vMB 21
511,406 511,406 00000000000000000013d5790f394251cba9cfe555c0bf41ed6f9d11103f3eb1 1,712 1.00/1.00 vMB 44
511,405 511,405 0000000000000000000f092cbfb79842c2438c78ce9ded94bb996857cf146047 958 1.00/1.00 vMB 31
511,404 511,404 0000000000000000001ea4ffdd2755d439cb9cfe07509ca0653e9addcf57e523 1,288 1.00/1.00 vMB 37
511,403 511,403 00000000000000000019ade581bc188f555818c72ed3294579d94a54b357a0dc 2,399 1.00/1.00 vMB 62
511,402 511,402 0000000000000000000ab90d0bb80e1e6283ef425fd147b86f2e780ed3c4d65b 2,731 1.00/1.00 vMB 66
511,401 511,401 0000000000000000000a86d0e2ef396fd763fe0f28899f554ebc836f3b2c3900 2,587 1.00/1.00 vMB 32
511,400 511,400 0000000000000000005065b448d53cafad63c12d1c71d64f59de87b44dce9c92 2,822 1.00/1.00 vMB 27
511,399 511,399 0000000000000000003028ab65b259e0790feee6cc0d929a852102a75b49df26 2,698 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.