Loading Tool

Explorer IconExplorer

Memory Pool

84,756 transactions
32.79 vMB
0.08434444 BTC
Random Selection Loading Transactions
Max Size: 194.24/200 MB

Candidate Block

Mining Attempt b70c54a7c6575ad1de41304e95b7ed3e4d29745c0e3d5d784572c41d477ebc98
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 707e33b3bee07390c1c24381f61a034deeeea5096e7aa970e23221cd53df5928
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,240
Size: 1.00 vMB
Total Fees: 0.01931201 BTC
Feerates: 120.64 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (497,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,329 417,329 000000000000000004cf49459267097b47f72f274a67392f762e750e76457686 1,142 1.00/1.00 vMB 46
417,328 417,328 000000000000000000d36171233d33ae23d5a08e217173ae918ecd80d8abdfb4 2,052 1.00/1.00 vMB 61
417,327 417,327 000000000000000001781f3f2dec7ee02e939e2544a664ba1551dbf20ce2b2a1 1,800 1.00/1.00 vMB 34
417,326 417,326 0000000000000000034fad198d6c2ab7c1af08e8000f143cb8e96846c932efa4 2,204 1.00/1.00 vMB 61
417,325 417,325 00000000000000000008b97fb946946bb594c4f6d5475c44f079fbe68a6d2d70 2,398 1.00/1.00 vMB 91
417,324 417,324 00000000000000000068cdb839a02aa95586a93cd433802bf1b96c7e201454a8 1,860 0.98/1.00 vMB 45
417,323 417,323 000000000000000001b4f5e91c3c89169c2bc27bde51d97d2251b0b34dd1c100 1,856 1.00/1.00 vMB 43
417,322 417,322 0000000000000000006976b3e003447d6aab12349dcdde132d7e6436d60505ce 2,411 1.00/1.00 vMB 58
417,321 417,321 00000000000000000199de11a55a52dca72d5d95c71cc583ee61f334d5c45765 2,704 1.00/1.00 vMB 93
417,320 417,320 0000000000000000028b65b8b707c1902ae145b559265e405b19fcc2e2466fc3 2,145 1.00/1.00 vMB 53
417,319 417,319 0000000000000000038a57cc74720dffe8ebae716f06a54c4eb9f547b2caeb31 1,514 0.93/1.00 vMB 85
417,318 417,318 0000000000000000030af2d93d7871f2c0d519069efe56be4a2d6b395be7ecfe 2,733 1.00/1.00 vMB 83
417,317 417,317 000000000000000002dc99fa97c116e1f26e771268088f6d8d4185fe94c784bf 2,393 1.00/1.00 vMB 69
417,316 417,316 00000000000000000267eff93cb1efa696c4965ed5945ec9d10524b03bd3e66e 1,848 1.00/1.00 vMB 37
417,315 417,315 000000000000000001b0ed73c465d6875ecd5e58ef354486f28bf66af734614f 1,266 1.00/1.00 vMB 108
417,314 417,314 00000000000000000510d6f172085d571c51bc4a37a600d6aa6cff05737426aa 1,104 1.00/1.00 vMB 121
417,313 417,313 0000000000000000004d491af024e1dc99775b882a2f2b541742fc61e217784a 1,522 0.98/1.00 vMB 43
417,312 417,312 0000000000000000047b023f02222a66865484f6e990af65061f0b3cc1ed319f 1,040 1.00/1.00 vMB 30
417,311 417,311 000000000000000001c37a483375ff6fd6ed7c5b79d80167b027a8fdb0721dcd 1,574 1.00/1.00 vMB 47
417,310 417,310 0000000000000000028e5546a7d0093c4f08e4350f7ee7eb6bc840c14ed2db95 514 1.00/1.00 vMB 20
417,309 417,309 000000000000000004adb80b95f8195d88a1982b7b3c5e956e7c74cd3cd8dee6 147 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.