Loading Tool

Explorer IconExplorer

Memory Pool

37,671 transactions
27.84 vMB
0.22586431 BTC
Random Selection Loading Transactions
Max Size: 141.60/200 MB

Candidate Block

Mining Attempt fc4aa3e373492754eb47ba2cdefdda3d1bc2414fe3d0a34be1d83c8f40b5b006
Version 20000000
Previous Block 0000000000000000000011bbbda3b247dee20e01790af767d8ef9b013c132c67
Merkle Root c6d33a482b3c59cb9ead89cc3782d03775f4780daf8e86e8ecf972fd047db4f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,263
Size: 1.00 vMB
Total Fees: 0.16462437 BTC
Feerates: 457.24 > 16.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,249 (124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,125 914,125 0000000000000000000163e117c0b83cf70bc4bba27e69cdecdfce0e28a4fa69 3,088 1.00/1.00 vMB 2
914,124 914,124 00000000000000000000e4ada073251b6117a59c81e39c4eb6236cd4f0a55146 3,520 1.00/1.00 vMB 8
914,123 914,123 00000000000000000001952a16ada1fd2b213bfbd75786c31962a81a5876bdae 4,376 1.00/1.00 vMB 4
914,122 914,122 000000000000000000002af0ed36a6537865c0800143839d02ce5af78de6c4e2 4,456 1.00/1.00 vMB 1
914,121 914,121 000000000000000000001f879c7163c5403a20b51b6f55b84f8d204f2dcb2e11 880 0.27/1.00 vMB 2
914,120 914,120 000000000000000000009e0789b8fe4bf21a125bf4a3f32b940265696d08a0af 299 0.12/1.00 vMB 2
914,119 914,119 000000000000000000005d99f9966169bb81073001c765a7eea5ff8fa0859ec8 6,825 1.00/1.00 vMB 0
914,118 914,118 0000000000000000000028cbe26fe49e2f75281c1b7aeaf84cfc48588f30130e 5,977 1.00/1.00 vMB 0
914,117 914,117 000000000000000000016ab47a316b50c4a37cc76e43397bf446f0d0685f7f13 3,859 1.00/1.00 vMB 2
914,116 914,116 00000000000000000000c95d09f596a77f42c487efe703f6c411b4461ebed13f 5,024 1.00/1.00 vMB 0
914,115 914,115 0000000000000000000027d4599a3a953a8cd1f7265183d62d0979d625813092 3,043 1.00/1.00 vMB 3
914,114 914,114 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63 5,788 1.00/1.00 vMB 0
914,113 914,113 00000000000000000001d840407bc03c3fbe516400ea7da851ff2f6fecb53048 2,314 1.00/1.00 vMB 1
914,112 914,112 00000000000000000001942f825ca5400ac2bab403b31d70a75717dfd9b883c2 3,673 1.00/1.00 vMB 4
914,111 914,111 00000000000000000000e9678e3a9241a1ffdbcd1aa54b1d367482d04be74d7a 3,642 1.00/1.00 vMB 3
914,110 914,110 000000000000000000009a30a040b20a8a7e5927f7fb1d03cf505bb76cbef13e 5,829 1.00/1.00 vMB 0
914,109 914,109 00000000000000000000d9c269206d30776d0386d1a2eb55e082d051afa5cde3 3,808 1.00/1.00 vMB 3
914,108 914,108 00000000000000000001aed755c8b5575afca68597b9147ec44688a839cdd923 2,905 1.00/1.00 vMB 2
914,107 914,107 00000000000000000000b52510e448bc9738b2bec21b1591200f8ed403628577 3,333 1.00/1.00 vMB 6
914,106 914,106 000000000000000000007a0cd34982de1d141109cf84d849ff739c12e62220ed 3,335 1.00/1.00 vMB 4
914,105 914,105 00000000000000000000eebcf6de9667b93e57c6ec9b21528ece66efcc0fcd31 3,412 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.04 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.73 GB
    • Received: 8.52 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.