Loading Tool

Explorer IconExplorer

Memory Pool

73,367 transactions
28.44 vMB
0.06908918 BTC
Random Selection Loading Transactions
Max Size: 168.14/200 MB

Candidate Block

Mining Attempt 19a648dfe39ddea63ea20122ae9eb46540f4177efef5581c652af5b22a64182f
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f2d9db1202b8973024b17ea273f32ed10213a45c3096b17d5f2eec434ca4a19b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01202364 BTC
Feerates: 100.36 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (479,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,174 435,174 0000000000000000001e2c9d2c7adf7aef7d4e23e17fd1833e1619b596cd1ef5 2,137 1.00/1.00 vMB 62
435,173 435,173 0000000000000000043fdc31a5b08820fef0147cfbddeed86942b70de027a517 2,140 1.00/1.00 vMB 63
435,172 435,172 0000000000000000026fb408f6a035e55c126a1409e9c5f5fea7d22610645289 1,153 1.00/1.00 vMB 34
435,171 435,171 000000000000000000bdd4ca67ceb8447d1c9a9b75bf6c9d707b20bfd64c9962 415 0.49/1.00 vMB 23
435,170 435,170 0000000000000000012e39cc810a3d14f2239321141fd97e672300f30f920dfa 1,906 1.00/1.00 vMB 51
435,169 435,169 000000000000000000bb7af4de966688db7ebc03a2b84b0ff926ed1b5bf01af9 2,291 1.00/1.00 vMB 63
435,168 435,168 00000000000000000062898e4546279eb7f846ec5bbe7b0e7561eb365ed18062 1,454 1.00/1.00 vMB 56
435,167 435,167 000000000000000001159090d39df8fc56742191606cd3052f6cd83f65c70990 2,087 1.00/1.00 vMB 58
435,166 435,166 0000000000000000029112524e481ae1625841403132ceb98a484836e68c3a07 2,577 1.00/1.00 vMB 75
435,165 435,165 00000000000000000132b1f1beea29c5f68e935e9619f582b29004e67d2173b7 1,930 1.00/1.00 vMB 53
435,164 435,164 000000000000000000ca3389afe111afef514b502b21638fbd4a7677e8e0271a 2,064 1.00/1.00 vMB 70
435,163 435,163 000000000000000001c1e3327c35d36fb9cd9f4aff1671906df657c9463ff382 2,478 0.93/1.00 vMB 85
435,162 435,162 0000000000000000023865eea7f3756bd1eb2e19d5ee53a0b2c7e21ac2796ba9 1,925 1.00/1.00 vMB 57
435,161 435,161 0000000000000000035e0bdd0526c3a41330a7a27b71959d419a0e0f40cb9ed7 2,425 1.00/1.00 vMB 84
435,160 435,160 0000000000000000026421480037088e06fe7088255cdf8e3e96933ba23477ac 2,350 1.00/1.00 vMB 56
435,159 435,159 0000000000000000023016b75d982b15168a1380a742843a5ddba647b2f327b1 3,048 1.00/1.00 vMB 57
435,158 435,158 0000000000000000022bb7fe847d3ac51fc19e79b3c3cc9e3790032dd378b7e6 2,498 1.00/1.00 vMB 86
435,157 435,157 0000000000000000030494b079c9643ad0602930f7a486dad7ec778f5f2048d9 2,408 1.00/1.00 vMB 64
435,156 435,156 000000000000000002db294f6e9aa863de83eb3cc65882516c0b0ac3d0b42960 1,851 0.75/1.00 vMB 104
435,155 435,155 0000000000000000001b39026e9a450b7437eea14c551cb1878f65ed286c67a2 2,511 1.00/1.00 vMB 82
435,154 435,154 000000000000000003ded56af105c5676c58923ef7f150ecac837cb6b42418e1 2,180 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.96 GB
    • Received: 15.33 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.