Loading Tool

Explorer IconExplorer

Memory Pool

42,512 transactions
26.77 vMB
0.08902222 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt 853ac5e62bbb3fa72ccb43344ede4615ce9e099199a121295223e8b316f86e54
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 35d2a87323d25bea3bc91ef6e24ff11e7b3544d22b7ccae17a809952a8efa5bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.03927383 BTC
Feerates: 151.01 > 3.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (149,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,237 765,237 00000000000000000003b952680bf4f0c9d03b6bb8004482fab551aba054f5f5 1,812 1.00/1.00 vMB 26
765,236 765,236 000000000000000000018e655e9b90d8a6e317e47f27eaa0cbd9da67e0c6bb5c 2,069 1.00/1.00 vMB 29
765,235 765,235 00000000000000000004424aeb257c0118e9189d6e0242f4663460393b6a1f3c 2,736 1.00/1.00 vMB 5
765,234 765,234 000000000000000000013ecb78c77d00605370c3d2d068cf2ba19ada3f2e77a2 2,609 1.00/1.00 vMB 17
765,233 765,233 00000000000000000003c9e4a96abbfdf3a0432f3830fce6c777c81616c41251 1,736 1.00/1.00 vMB 12
765,232 765,232 00000000000000000004d630678a8457bbb56ae11cb8eb3a5370d636f99e6087 1,129 1.00/1.00 vMB 14
765,231 765,231 0000000000000000000099cfd183e9a85aea6af9515959ec38a524177b4479b1 2,586 1.00/1.00 vMB 21
765,230 765,230 0000000000000000000011e8f10c16dd688394de101877a7643c46517c7c2136 2,585 1.00/1.00 vMB 29
765,229 765,229 00000000000000000005d20b8ef352c6dc8f69000743f16b9eaaf793d9bec7e7 3,288 1.00/1.00 vMB 23
765,228 765,228 00000000000000000005b8f45f592f6010f2c256ef6e7d5992306ea3e56d544c 2,886 1.00/1.00 vMB 29
765,227 765,227 0000000000000000000775bfa32b1048846837232b769bd9da2f144ffdf20632 1,662 1.00/1.00 vMB 24
765,226 765,226 000000000000000000072a9a1bcee6d94fcd171ac6a90fa672f9bd4a70f47593 3,442 1.00/1.00 vMB 24
765,225 765,225 000000000000000000013911699baf84e9709ce88a105f5767f891e9dcbc33ac 3,354 1.00/1.00 vMB 31
765,224 765,224 000000000000000000066c531dadc28cdc28486cec29311e71ddd141aa5332fe 1,201 1.00/1.00 vMB 32
765,223 765,223 000000000000000000038c66eaa16a61f3d830439978b449b9e6aa7ae22a58fc 3,307 1.00/1.00 vMB 51
765,222 765,222 0000000000000000000308b26818b4fc90d080d00669219867f362f7051a7c2b 3,138 1.00/1.00 vMB 25
765,221 765,221 000000000000000000030c74b09ef2bbb167a78d73474df0f34db3f3425a9401 3,332 1.00/1.00 vMB 28
765,220 765,220 00000000000000000004142b47bc4ab33b30f3f9e58bbab4f366aa903d4e73e4 2,686 1.00/1.00 vMB 36
765,219 765,219 0000000000000000000445ebfd2d442ceedf2ee96a51f37e8cf54b7ccb363dad 2,526 1.00/1.00 vMB 22
765,218 765,218 00000000000000000000f0ef16d1aab79a92a6a0e3cbc4a27d0f7bab0445e81d 1,685 1.00/1.00 vMB 10
765,217 765,217 0000000000000000000493fdb90d32736119968d59f207cf4081155af30a3add 1,170 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.