Loading Tool

Explorer IconExplorer

Memory Pool

48,230 transactions
28.83 vMB
0.09928679 BTC
Random Selection Loading Transactions
Max Size: 152.31/200 MB

Candidate Block

Mining Attempt 064fb96146be450f5f1e7499d23b7137e978d5def4382056d82e0d1b23651a08
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 21fa850057138dde1faa011ea244ea7b1c8a7829e00310fdcf8a1fb1050c6b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,874
Size: 1.00 vMB
Total Fees: 0.02436795 BTC
Feerates: 70.48 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (284,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,580 630,580 00000000000000000000089616c228f42a501fbc0931913bade999202504d9f8 2,397 1.00/1.00 vMB 72
630,579 630,579 00000000000000000001d1a7d6bb1379e738029ff4700a1ba7bcf954af918e78 2,152 1.00/1.00 vMB 66
630,578 630,578 0000000000000000000254b7c132d1e31e4009ff5d637c4e08a4c73e2dbf44dd 2,611 1.00/1.00 vMB 77
630,577 630,577 00000000000000000009dcf5f2aca94abda2a52f3b061e12ab62f9b2d6c2cf62 2,527 1.00/1.00 vMB 70
630,576 630,576 000000000000000000052385f59862caa51f0c562420c4306220d9dca327a5be 2,728 1.00/1.00 vMB 130
630,575 630,575 0000000000000000000181d4d90d5402839a705c5d9a070d263562ecaa7bec65 2,511 1.00/1.00 vMB 75
630,574 630,574 000000000000000000045e3832a6174122b2ce71dc05b8b567c6e0d1e6f5f255 2,684 1.00/1.00 vMB 33
630,573 630,573 00000000000000000007eb3a04ac520741a198980d9738d65b0a209216664de8 2,736 1.00/1.00 vMB 78
630,572 630,572 000000000000000000052dd104f5bca133fc13de702846d6ae2ddf130fe153e1 2,371 1.00/1.00 vMB 147
630,571 630,571 0000000000000000000dd4b571195f4429bce80305403c5495165030a06e2a5c 2,450 1.00/1.00 vMB 172
630,570 630,570 0000000000000000000ce3339265ce29a8c4e3760a3c0a49a48fba571c8acb51 2,577 1.00/1.00 vMB 175
630,569 630,569 00000000000000000008f9ea7847e10423ae19901327c01f182da44218ab1895 2,234 1.00/1.00 vMB 97
630,568 630,568 00000000000000000006e277cb422f4fdd10d35edb4a07a3c9ce55a21d64b8c7 2,398 1.00/1.00 vMB 126
630,567 630,567 000000000000000000067224629d6ca0a81a5f451ef5b99d8ff0c9eb8a710a0b 1,904 1.00/1.00 vMB 31
630,566 630,566 0000000000000000000d2e3b35c4efc61394a7013dbbd3d5db96525cbca56d4a 2,173 1.00/1.00 vMB 25
630,565 630,565 00000000000000000005dd386db004db94a7485597be89235e6aadd5b7518987 2,285 1.00/1.00 vMB 66
630,564 630,564 000000000000000000044400f249644733dd713aa40a8f80b00c8275a53a6637 2,414 1.00/1.00 vMB 126
630,563 630,563 000000000000000000093b2a79a556c7ff26f91aa2e68a605c88be9797277648 1 0.00/1.00 vMB 0
630,562 630,562 00000000000000000000eccf86c3809124f4fda051d0d1c5f62a071ba2b14f72 1,560 1.00/1.00 vMB 74
630,561 630,561 0000000000000000000843f815239de1d3c63d645378070efe5e7f5ba02a0a03 945 1.00/1.00 vMB 27
630,560 630,560 0000000000000000000d56e347376ed790fb84fd14f17190ee2c51d351de053c 2,629 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.