Loading Tool

Explorer IconExplorer

Memory Pool

78,708 transactions
30.02 vMB
0.08957863 BTC
Random Selection Loading Transactions
Max Size: 179.37/200 MB

Candidate Block

Mining Attempt 1ea2f939c1a7615147aeb7dc692a807a836ce81c1992a9d4f1ac76b7f27d98b3
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (259,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
655,506 655,506 0000000000000000000835a7981b052550b41e679b2f16099e0b478dec6ef8d2 1,956 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.