Loading Tool

Explorer IconExplorer

Memory Pool

80,414 transactions
29.68 vMB
0.06826329 BTC
Random Selection Loading Transactions
Max Size: 179.16/200 MB

Candidate Block

Mining Attempt d553d335a4745780f4778ba4e84d0126d32f9d7555d9ac39f2e0f38bb94fc861
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root c4c8ba908064901c00ffe5b6d94c8a34511a4bdc653e76c809e1dbc75398bd18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,191
Size: 1.00 vMB
Total Fees: 0.00782379 BTC
Feerates: 100.36 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (288,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,410 626,410 0000000000000000000fa4df4a31ba536489a28b3a4e025e6495c19ffa1e28d7 2,804 1.00/1.00 vMB 38
626,409 626,409 0000000000000000000477b996994b724696423df659c3492ba42ff0f9ea41d4 2,390 1.00/1.00 vMB 26
626,408 626,408 0000000000000000000b0e02581a48276580f315ebb5b4b6c2aee3a2f251cdc1 1,884 1.00/1.00 vMB 26
626,407 626,407 0000000000000000000f37cbfb6ed96ab1a8549c804d7ad1fe3985c47897fea1 2,166 1.00/1.00 vMB 33
626,406 626,406 0000000000000000000308ed86899679470762c986abb46f833085dd29bed19d 1,049 1.00/1.00 vMB 64
626,405 626,405 0000000000000000000526bbf98ad05076ee44916a20d1e74bae3e341696fb18 2,778 1.00/1.00 vMB 20
626,404 626,404 0000000000000000000763d51d40daf80edd61a0b1c72e9fe6cac8c1a0533af6 2,676 1.00/1.00 vMB 24
626,403 626,403 000000000000000000048f70dfec85e5c32dadd4c4feb24906f7003515a73394 2,689 1.00/1.00 vMB 28
626,402 626,402 0000000000000000000dd5fb56bbbefece4709189ac351334794fc83a21c935a 2,930 1.00/1.00 vMB 44
626,401 626,401 0000000000000000000a8a9a40399db6b6f8a5865ddfbaa242e1a5698a0662aa 2,792 1.00/1.00 vMB 16
626,400 626,400 0000000000000000000ad754a8c9860880d015f552d52976ff10cce5004321c5 2,784 1.00/1.00 vMB 30
626,399 626,399 000000000000000000103db782701e6747a0bf98bcc7933f92800d0b38e089f8 2,401 1.00/1.00 vMB 3
626,398 626,398 00000000000000000004e337843272cac65a11471e592705612c5b6e26a872aa 2,336 1.00/1.00 vMB 22
626,397 626,397 00000000000000000008c3233df82fb37027a5d17476f5309322a97e21c349d9 2,924 1.00/1.00 vMB 16
626,396 626,396 0000000000000000000ca4f621a78f4f1cb597a831e9e28e3f13475a00a55456 2,801 1.00/1.00 vMB 26
626,395 626,395 0000000000000000000151170e336f15f02243c90d7a659f5b9dca5d9a1754c7 2,641 1.00/1.00 vMB 25
626,394 626,394 00000000000000000011dcaba9a05ab89b42cdacba7cf8893153866414b9ba15 2,648 1.00/1.00 vMB 27
626,393 626,393 00000000000000000002a634e891f377a7b1ff94aaa6c27bb956dee0c979d487 2,893 1.00/1.00 vMB 5
626,392 626,392 00000000000000000002ddd3175d0fd2190b47c593c5bd41cc2aa37d1fc90d68 2,717 1.00/1.00 vMB 15
626,391 626,391 000000000000000000021bba4922d283e2daaa6e68e636b55e44d11bac54ef3e 2,328 1.00/1.00 vMB 20
626,390 626,390 0000000000000000000169f06e8a2634184d7a0a71930626a730abe9295125f3 2,249 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.35 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.22 GB
    • Received: 14.84 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.