Loading Tool

Explorer IconExplorer

Memory Pool

47,555 transactions
29.02 vMB
0.09080032 BTC
Random Selection Loading Transactions
Max Size: 154.47/200 MB

Candidate Block

Mining Attempt e7ab65a27e12994cea0a0fcdf2ca6da147d4f90bfbb9d8aac6a2158e1c2b3a52
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 175a212a93943ee20f3a2108fe933a728c494627f10228e94e2cd72db48654ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,072
Size: 1.00 vMB
Total Fees: 0.03441631 BTC
Feerates: 151.16 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (881,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,799 33,799 0000000000e111a8df8d915a26d0ef421f3509e3e60914e5b12e949026caeabc 1 0.00/1.00 vMB 0
33,798 33,798 000000008246d5537a32bfb14313b52db42e917eb3a091cdab18a80bfdcbd6c4 1 0.00/1.00 vMB 0
33,797 33,797 00000000d8256adc7610561acd4a96e96c9ec82322321a32b905a1c67f397e61 1 0.00/1.00 vMB 0
33,796 33,796 000000008fc490b1a6d50b7f03cd2fded8e473a7e27021fac824698922df3025 1 0.00/1.00 vMB 0
33,795 33,795 00000000393b11c9b38b9f9262f0bbffda597118cf7719f565668d491725213b 1 0.00/1.00 vMB 0
33,794 33,794 00000000afdc2623149459a89c52d6697d78a2774a3d86274b146194dcb47fac 1 0.00/1.00 vMB 0
33,793 33,793 00000000d1d7f5d8a6243fb661350192b0e7fcc828cb57923810e46808960286 1 0.00/1.00 vMB 0
33,792 33,792 0000000069f35784b9a7ab05a246fddd193d0cb3c9865aa04b2470042ce88069 1 0.00/1.00 vMB 0
33,791 33,791 000000008760020ca217da02d6127c7c4daa469ef8fa0d7ca7377de568b9b41e 1 0.00/1.00 vMB 0
33,790 33,790 0000000044c66870ee74dc79519599909022d318f140e03425145dffece3a089 1 0.00/1.00 vMB 0
33,789 33,789 000000001ea38a513d168df2e5041d879839e3abf197b16c04dee3103075cb96 1 0.00/1.00 vMB 0
33,788 33,788 00000000c58b1256efb1be29b82eff66d5fe53bc0c9734e1847b4dc289bae370 1 0.00/1.00 vMB 0
33,787 33,787 00000000c8592e187f3177f759ab92afe0e315d8b10baa063868524d995af5ff 1 0.00/1.00 vMB 0
33,786 33,786 000000009d08d9a7de84a8619aa186f2086a38497c26db157ebf4dac9a73041a 1 0.00/1.00 vMB 0
33,785 33,785 000000006a71cb1081cf996fbbbc3198b5d4910283f7fe5e415409366914319e 1 0.00/1.00 vMB 0
33,784 33,784 000000001b901eab8627621125be30a81201507ea900d3ad6706c795d2e426bc 1 0.00/1.00 vMB 0
33,783 33,783 00000000875a2b00b59e4faacbdeb91ff53cfccc1e0cb07691d89e17935e171f 1 0.00/1.00 vMB 0
33,782 33,782 00000000d6a9f31b2147064e64602495eefdf41b80776db64804309fd7e683e0 1 0.00/1.00 vMB 0
33,781 33,781 0000000048caa840a376b75d0f4f10759ef6148d850285c28029638deb509782 1 0.00/1.00 vMB 0
33,780 33,780 00000000b7148fe0b3c0b9bee73eb4ae344e96c98c3d988c8a032469bbe918b8 1 0.00/1.00 vMB 0
33,779 33,779 000000003efe73758d5b34b5e72c67e7d27876b4d6dd4885cb981becc11b3134 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.00 GB
    • Received: 13.67 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.