Loading Tool

Explorer IconExplorer

Memory Pool

82,924 transactions
30.02 vMB
0.07105056 BTC
Random Selection Loading Transactions
Max Size: 182.28/200 MB

Candidate Block

Mining Attempt 06eeb0b6ec882cadd167d20ac50eb3933b3c11db3f45eeffe45ae15ac575a5eb
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ddf073f2f22561f4bfc4ae5bb614c0b4377467a128b8e158f5803232b8a60629
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,633
Size: 1.00 vMB
Total Fees: 0.00970593 BTC
Feerates: 43.68 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (497,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,336 417,336 000000000000000002cc73c7e1836b1c934b62cb9b01c7e1abc2c0d0efc20b9c 2,559 1.00/1.00 vMB 84
417,335 417,335 0000000000000000034b56a8ba9e14bdc6ae7a66626d71f84dacef4d7fc0329d 1,711 1.00/1.00 vMB 64
417,334 417,334 0000000000000000044a9158fd49476e7fd079d56c563cdb6e97c6be76a023d0 315 1.00/1.00 vMB 10
417,333 417,333 000000000000000004e21739f3f104fc903b6222b5eb7afb0f7d95cee35e5318 2,348 1.00/1.00 vMB 57
417,332 417,332 000000000000000004bb04b55ba15126f10448516b8473f604e334e4372d6d85 2,397 1.00/1.00 vMB 78
417,331 417,331 0000000000000000013375bc6a7ab4f15bd590eba59130b19457ad99eed81080 846 0.93/1.00 vMB 24
417,330 417,330 0000000000000000000f6f8a625982d4de74df6116e0d1204ee8cc7063bae9c8 2,139 0.88/1.00 vMB 78
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
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.65 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.