Loading Tool

Explorer IconExplorer

Memory Pool

78,176 transactions
28.99 vMB
0.07971851 BTC
Random Selection Loading Transactions
Max Size: 175.79/200 MB

Candidate Block

Mining Attempt 1eab1ed4e85489fb96aaec289c19f508e8b88dcf80d756be7c145fe64f66c285
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 1b3ef1ac7ff4b45093208671c0aad3527dbed7cf2848f56166fb112d6611da64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,357
Size: 1.00 vMB
Total Fees: 0.01926535 BTC
Feerates: 100.81 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (259,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,527 655,527 0000000000000000000ebf5919fb47ae7373c2e24dc0ab3ea30896769e385902 2,107 1.00/1.00 vMB 109
655,526 655,526 00000000000000000008d6334c0ab2eb7531228959acf306bd07777861d0eef6 1,796 1.00/1.00 vMB 10
655,525 655,525 0000000000000000000ce6a0b689483366ef38b445c125d640c7d0e4b3282d4a 1,302 1.00/1.00 vMB 193
655,524 655,524 000000000000000000069f5070bb31ec4ae26a17c81dd0636d812a6657e18688 2,635 1.00/1.00 vMB 76
655,523 655,523 0000000000000000000f155c481c00ba2910c52b6e7988a38080617a195c75c9 2,135 1.00/1.00 vMB 137
655,522 655,522 000000000000000000022c2a64ec2d09d32a48a4c488e4d1d85626cc9163efcf 2,362 1.00/1.00 vMB 81
655,521 655,521 0000000000000000000cd8f52e95eecd583213f222ce76bfec5d5816a9689e90 2,642 1.00/1.00 vMB 160
655,520 655,520 0000000000000000000e22a136fc51a0101bf332268e6abc20c395c85755431f 2,422 1.00/1.00 vMB 98
655,519 655,519 000000000000000000064b2063b3bd1f267026bedaf52fbe02517e5ab4f849eb 2,010 1.00/1.00 vMB 34
655,518 655,518 0000000000000000000b49428c8bde12adc34d3e6181d35affd3ca7b099b1222 2,453 1.00/1.00 vMB 123
655,517 655,517 0000000000000000000bb89f150882df22bb33cb278ee465d87e4d61ea465f94 1,748 1.00/1.00 vMB 50
655,516 655,516 000000000000000000095c08b2a710409e7f5f9c6c88d5ff4763d7ac217e5432 2,256 1.00/1.00 vMB 158
655,515 655,515 00000000000000000003a5969027337c5b15b35792d67035cc3f2814c1685e7a 2,948 1.00/1.00 vMB 267
655,514 655,514 0000000000000000000bed585a2aa4923a8ee388a97043d4f1cc4956f6d5a52f 2,432 1.00/1.00 vMB 223
655,513 655,513 00000000000000000003dc429d0071a0e3b21bccd31c3d1d884ecfaae3e3a27d 1,635 1.00/1.00 vMB 27
655,512 655,512 0000000000000000000fe95dc082871d3365f375ac87f71f2dcf8129fba93eb6 2,410 1.00/1.00 vMB 48
655,511 655,511 00000000000000000010c29feb619c7e4b4ebe7fac25787255e22096c8d79a63 2,351 1.00/1.00 vMB 149
655,510 655,510 000000000000000000082f6057d602ccd2b89af5ce6196eb864068fcb5af21e2 1,947 1.00/1.00 vMB 318
655,509 655,509 0000000000000000000c09388ffb0efb5f05b36d8c9c4c37b3320ed2c6eb6aa2 3,088 1.00/1.00 vMB 291
655,508 655,508 00000000000000000002cb23c4686b43aee1213ee54b5e120925c665d50bc3e2 2,117 1.00/1.00 vMB 51
655,507 655,507 00000000000000000007bc5603d1754d4ceae727a7472b9132936d2fc23cccc1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.