Loading Tool

Explorer IconExplorer

Memory Pool

42,067 transactions
26.90 vMB
0.06262257 BTC
Random Selection Loading Transactions
Max Size: 141.04/200 MB

Candidate Block

Mining Attempt dd0651eecd4a22006caa9d223b5995b437327bb160efc3504076701dd5ceab2d
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root d8f0f38d35fcb3431d2002403634a0d0bb85a826a46ffc5c1527af4b4b1035a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.01274517 BTC
Feerates: 60.14 > 1.28 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (326,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,179 588,179 0000000000000000001bd92e56e4b592dcec50b4383737c7a6a1a91e2b84895a 306 0.10/1.00 vMB 30
588,178 588,178 000000000000000000081b75eee4d2307052ce9e592374ee88c744ca9af9d604 2,483 0.81/1.00 vMB 29
588,177 588,177 000000000000000000142a295c73d7bfe03e0a8ebc0ab066e46cec2be4b54eb0 1,993 0.62/1.00 vMB 28
588,176 588,176 0000000000000000000965b1a92f98a34c04f6bb0e77f5dbbc1693d1022c7cd0 2,445 0.78/1.00 vMB 26
588,175 588,175 0000000000000000000442ffef21a757e1aa9d818cb3905480c4d49701f31c7b 3,049 1.00/1.00 vMB 28
588,174 588,174 0000000000000000001ed1786e851620088df9033bb6f5bb9d8f0e13a6c39fa5 765 0.24/1.00 vMB 29
588,173 588,173 00000000000000000009bf12c2835caabd48b101a1185d4ec55c0afcf9600bce 2,126 0.79/1.00 vMB 18
588,172 588,172 00000000000000000006138c2e30d2f9902487b549524dda2818eadc5a36cda9 2,937 1.00/1.00 vMB 30
588,171 588,171 0000000000000000000d8e4cf50c232f9a11cfb08514194200fcbf19f12e3b3d 2,486 1.00/1.00 vMB 23
588,170 588,170 0000000000000000000ccd0830269385eac02a6b19eb4806547f07e9ec3a8b26 2,741 1.00/1.00 vMB 23
588,169 588,169 00000000000000000011c97a0c591b79c0dcc446508a36d8d9303199482c9d82 2,340 1.00/1.00 vMB 18
588,168 588,168 0000000000000000001c52497764e17625c5f67ef2d24128af6ca6c50dc4318b 2,513 1.00/1.00 vMB 37
588,167 588,167 00000000000000000006b15a5de697ec0da4666468be3db28314884a87033d2a 2,871 1.00/1.00 vMB 34
588,166 588,166 0000000000000000001d37745e084ff0f97bf9c6fe929ccec4cd3d69cb40a0c0 2,622 1.00/1.00 vMB 26
588,165 588,165 00000000000000000003d888093aef59ea2f4f6d38a15763e537e83b6b4767b6 2,705 1.00/1.00 vMB 51
588,164 588,164 00000000000000000016b860302419c3b302dc5e53a6d4ea65fbf6b042417cc5 3,032 1.00/1.00 vMB 57
588,163 588,163 0000000000000000001e54555fdd24f6768fb9e6ab12a004fa5bb519ae1fb530 3,163 1.00/1.00 vMB 27
588,162 588,162 000000000000000000168874b381157f31781787447a23361225464f47c64587 3,269 1.00/1.00 vMB 58
588,161 588,161 00000000000000000003f129cbde957c646ec660ef519a54c130a94cc6f78b5e 2,627 1.00/1.00 vMB 29
588,160 588,160 000000000000000000132b6c3673a0b5050e95b29ff2773070b071bb58671b25 2,265 1.00/1.00 vMB 47
588,159 588,159 000000000000000000069249f028736841f6fc877a739c127188d8e041e7747a 3,416 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.