Loading Tool

Explorer IconExplorer

Memory Pool

27,480 transactions
11.82 vMB
0.03171968 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.45/200 MB

Candidate Block

Mining Attempt 7ea9e76ba7c85b37fcdf5edad3f10562ba16cb23b7ce22f311b28c80a1a0a65b
Version 20000000
Previous Block 000000000000000000002133544506fc506db902b4c2df1ef2da479a2edc5ec4
Merkle Root fa7d1a3010ff8e49899e394e814f72297dddc16367d7cacf4e349545d1d76773
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,664
Size: 1.00 vMB
Total Fees: 0.01110793 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,518 (743,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,454 170,454 00000000000004c966458c5e6bcc22477a1c8871036d5f739fc33b546d919e0e 15 0.03 vMB 56
170,453 170,453 00000000000002ee37aab8fd5fe28deb2fbc72136cf602f9aee5e76b7c759743 32 0.02 vMB 92
170,452 170,452 00000000000005364683f84eeaa76080374d862e7821317b16109872190ced15 1 0.00 vMB 0
170,451 170,451 0000000000000179ee90229522b47ccfc8b9d2ed4904754cac2f4b716c61a3ba 33 0.03 vMB 65
170,450 170,450 0000000000000a511ba887bf8607529ed23a6122812ab08db61fcc63de3e3af9 8 0.00 vMB 426
170,449 170,449 0000000000000135dc37fc807be1cde19125e995d5f96202b3af3834fd635059 18 0.01 vMB 166
170,448 170,448 00000000000001c99f224a68bcdb4b45a9d6194ad2802932bb298b2ae344d04f 1 0.00 vMB 0
170,447 170,447 000000000000099334ee660f7c39869f38afb8cfff8c6bcc2ce13e78c6f1692c 1 0.00 vMB 0
170,446 170,446 00000000000004c4ef36e996c2baa74165b45c9b8c0f9f57217079a77cdb167b 93 0.04 vMB 345
170,445 170,445 0000000000000777ff59daa5a7c6cc8ee37fefececc1b176a1ee53810bda458c 33 0.01 vMB 32
170,444 170,444 0000000000000488b4d15841f8ab1e555bf9297633e8de61d714c75f5b1e71c1 1 0.00 vMB 0
170,443 170,443 0000000000000277f7127762c97f92f77b17460cd9a86556efbeffcaf5112ab4 23 0.01 vMB 31
170,442 170,442 00000000000007dffa533c739a0609a6b6531f72541195e8e8e61600134b3ba2 8 0.00 vMB 16
170,441 170,441 00000000000006fe27772c4355e183dc1e4bddefa54392480bcb72886686d82b 49 0.03 vMB 151
170,440 170,440 00000000000002ee5fc3692ac3c04d4fd2774dc7b8c469496e4e6cfacd738fa9 101 0.05 vMB 45
170,439 170,439 00000000000001a2c699c4e901da94454f87d4e94e5122effff736915853b756 1 0.00 vMB 0
170,438 170,438 00000000000002e597440b722068133f0f33af2abac3533081dd8dcdc910f89f 9 0.03 vMB 2,576
170,437 170,437 00000000000002ecb2ab00fc10605e9622009fa141154f6ee455e8c46a7f42c4 65 0.05 vMB 631
170,436 170,436 00000000000008b64014f8543c052d36610de2c40c89dfc1870a16310027d7b8 20 0.02 vMB 38
170,435 170,435 00000000000002cabc644aeaaecfb29e00cd027da4c19c0a79a9226f783a5716 53 0.03 vMB 4
170,434 170,434 000000000000007a035b8d876da872835aa11cb08b3e1d1f0bf39d14f0e7c632 111 0.05 vMB 259
Previous 10 blocks ↓
Total Size: 779.76 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: 389.43 GB
    • Received: 1.98 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.