Loading Tool

Explorer IconExplorer

Memory Pool

46,301 transactions
28.99 vMB
0.14639009 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt 0432a03b9015b8767452049b9f1bfedc247c9107205d3dbd62bd930ef5639573
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 60820ce3648d84026f9b4161aa1a7b25d830e33bb30d3071b5c759684f230d3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.04086924 BTC
Feerates: 100.53 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (83,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,316 831,316 00000000000000000001c1eddcef3f84fbaa8034234cb302233c5dde5f91fe42 1,843 1.00/1.00 vMB 18
831,315 831,315 00000000000000000001ef4396f4774d1f2c7facc9cd29c67bcc945c912c90e6 331 1.00/1.00 vMB 12
831,314 831,314 000000000000000000009994fc99d0522449d46837649a798ab2f229f14ecd98 926 1.00/1.00 vMB 14
831,313 831,313 00000000000000000002458543e382deda2d02d3fc9c61b701a7f37a2a0aef5b 2,676 1.00/1.00 vMB 19
831,312 831,312 00000000000000000002644f65681dd66dc39256d732ff3967731502895bb5cc 3,181 1.00/1.00 vMB 22
831,311 831,311 00000000000000000000c9cf76099d0edb1e2095fc1b139663f83142b6676162 3,233 1.00/1.00 vMB 38
831,310 831,310 000000000000000000010e82eefffaba18351541be1122c960d00a4668d39496 1,217 1.00/1.00 vMB 14
831,309 831,309 00000000000000000002b04eed88db526763ce7c9976b9b3e3873d7423225bf4 2,532 1.00/1.00 vMB 22
831,308 831,308 00000000000000000000a7dcee9bf1525502df91be6c66345c7e6cf9036fb5b3 3,106 1.00/1.00 vMB 23
831,307 831,307 0000000000000000000093b2b3fb91c9c25868cd731304e064a8c3d59bc053c4 2,007 1.00/1.00 vMB 18
831,306 831,306 00000000000000000001f55284ff7c1b051b8a6129e1e8387c1c4e51b123b3b1 2,577 1.00/1.00 vMB 20
831,305 831,305 00000000000000000000ef4cf6c8cf3fb3ffeda7db56b0a2276a4b29f477e24b 2,711 1.00/1.00 vMB 22
831,304 831,304 00000000000000000002ebc3c3571ebdb5c7c3aae217c471c431ebccae5bbb62 3,547 1.00/1.00 vMB 32
831,303 831,303 00000000000000000001351930813c4ced30dbce7fa0b722afa2742fdfb9816b 3,367 1.00/1.00 vMB 27
831,302 831,302 000000000000000000004b68e1f0e604ddd8f70c09f92a20f71c4600e0dc33cf 2,315 1.00/1.00 vMB 14
831,301 831,301 0000000000000000000226eef861cc028cd458e1f1c8680e43ce41b88dcd8cc1 3,824 1.00/1.00 vMB 25
831,300 831,300 0000000000000000000150c0eac536826ea41142ba9e60a0ff19b6940d38fe6b 3,905 1.00/1.00 vMB 21
831,299 831,299 00000000000000000000359c1b8aa2c73390fcf4b201ce05da03aef110c75433 3,502 1.00/1.00 vMB 25
831,298 831,298 00000000000000000002f1bb08d93bcf99d803c5f8fb35702cda868bc3acccfd 3,621 1.00/1.00 vMB 13
831,297 831,297 000000000000000000002425dbc617890538a7d07bb8e139a639b09ac75ad566 3,451 1.00/1.00 vMB 20
831,296 831,296 000000000000000000023db7febe0068eb0a58d7b73fbe28cbf8830c374a6e6a 4,287 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.