Loading Tool

Explorer IconExplorer

Memory Pool

44,432 transactions
26.88 vMB
0.07343449 BTC
Random Selection Loading Transactions
Max Size: 141.27/200 MB

Candidate Block

Mining Attempt 7e6b862799684caab23022c5299a65c410b5ed3aea8ad8c6a9e3c8d416b4fbe1
Version 20000000
Previous Block 000000000000000000000193ea46eab29b52c30512336c377fef400613778b56
Merkle Root 321881c4c13ef88ad357cf5645fb48db8bc400f02e9c321fd16269498f8754e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,058
Size: 1.00 vMB
Total Fees: 0.02374779 BTC
Feerates: 201.37 > 2.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,769 (356,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,671 558,671 0000000000000000002b293156af6e19671843009e7fd0e31c2a60038a8b0ce2 2,836 1.00/1.00 vMB 29
558,670 558,670 0000000000000000002e7d2c21c3cd3ee3ed96c5df483b0b2d1c63151114255d 2,247 1.00/1.00 vMB 23
558,669 558,669 00000000000000000003aed76015ae81c2a4f3f7d4a205653278be4ba104c46f 3,212 1.00/1.00 vMB 19
558,668 558,668 000000000000000000167d2931597e4c0adc8befa35c5337875b1050914b1368 2,964 1.00/1.00 vMB 40
558,667 558,667 0000000000000000002781c7f9353c0bcb490692af33acc02ed78f233478fa09 2,801 1.00/1.00 vMB 30
558,666 558,666 00000000000000000018e5f0e38425ec2cab2119acfa8781def18b1400263cdf 2,379 1.00/1.00 vMB 15
558,665 558,665 0000000000000000002660a5121d3b6dac42cd55ddd5a96ca1374d80d7966024 2,854 1.00/1.00 vMB 14
558,664 558,664 00000000000000000010640e91e8491f08c31a8cd0a135a822460caab8bd3b00 2,532 1.00/1.00 vMB 12
558,663 558,663 0000000000000000002c85c3c0062ffd7eb645d7216f5a671460c72b25129922 2,713 1.00/1.00 vMB 13
558,662 558,662 0000000000000000002126f72871574af98e9e56aab6d6bbafe24fb7a98839aa 3,329 1.00/1.00 vMB 29
558,661 558,661 00000000000000000020c142a8f9765d92ec2331168ef8fcab1644749e2a14a2 2,661 1.00/1.00 vMB 45
558,660 558,660 0000000000000000001b074532566129152ee7b04b0658711a47c6480ee5882d 3,169 1.00/1.00 vMB 44
558,659 558,659 0000000000000000001d6261fceb1ab49c369489afbe74f0d1128e8ec4de0b8c 1,913 1.00/1.00 vMB 6
558,658 558,658 00000000000000000028800b5dce061fe1f01b6b197d07cc371ec311a5a9c83e 2,341 1.00/1.00 vMB 8
558,657 558,657 00000000000000000021e1ed1805d683dbd8ebe7475418ba16fd6dcaa2bb325e 2,567 1.00/1.00 vMB 29
558,656 558,656 0000000000000000000f6f12bbb02493cdcce9a8ffb8c9a42aabf569b4f23c19 2,620 1.00/1.00 vMB 14
558,655 558,655 000000000000000000224d803e2c66ac8183e9e3d4fb44e45b5cc1c74b25df2e 1 0.00/1.00 vMB 0
558,654 558,654 00000000000000000000faed14e875189747053f6c3de1be4727214306bc060f 2,222 1.00/1.00 vMB 28
558,653 558,653 0000000000000000002a8bc32f43277fe9c063b9c99ea252b483941dcd06e217 1,096 1.00/1.00 vMB 27
558,652 558,652 00000000000000000016b585cd7acf828e13c23601c13a6de7b054a2ad549383 2,654 1.00/1.00 vMB 33
558,651 558,651 000000000000000000060745d202a548619baa56822d22047ebc28c570daf1e3 1,812 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.97 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: 648.15 GB
    • Received: 13.00 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.