Loading Tool

Explorer IconExplorer

Memory Pool

79,811 transactions
29.42 vMB
0.12505341 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt 1e5d42877d7c3b8da0633b7a737d7b70e399af74cd5f5ecd69e95f14e336c013
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 2f4902ab5408682b2e533cf2047476a9ab8260227655c5f675b0c167829be69f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.06186624 BTC
Feerates: 101.65 > 6.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (429,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,639 485,639 000000000000000000eb7910924645841fbe9e94d08f42076d72cd7253c709d2 1,219 0.49/1.00 vMB 95
485,638 485,638 000000000000000000e848ee8b4507d2e91208d58b2c654f71ca6bdd3b602987 1,159 0.60/1.00 vMB 99
485,637 485,637 000000000000000000412c81ec79aa1753325df8b754a77ce7696e8b1c0e2cfd 784 0.32/1.00 vMB 111
485,636 485,636 0000000000000000002c5bf7993fc154096c662b3356360242315032647902d4 123 0.04/1.00 vMB 99
485,635 485,635 000000000000000000077a12a5419685678452d7ddd92a41f2712755c1dd8853 756 0.37/1.00 vMB 98
485,634 485,634 000000000000000000d7fb8a86b7ac9bb6f900aa99bb9c0329c0ed131d7d5d68 363 0.18/1.00 vMB 116
485,633 485,633 0000000000000000011f76c46b8c2076e7afb18f89e82cdfaf74a09570fb6d87 1,081 0.63/1.00 vMB 73
485,632 485,632 00000000000000000070a6a25d0230c145ca2172e9954530cf32c7e28dc26b1c 88 0.10/1.00 vMB 60
485,631 485,631 0000000000000000007e2ddb90325be52605893750ea8f89137568e00445c1e5 2,671 1.00/1.00 vMB 58
485,630 485,630 0000000000000000010f3f19532b850d50a1ae9ff477c50a1d821befb8cc5030 2,108 1.00/1.00 vMB 99
485,629 485,629 0000000000000000005e888d617d9c7eb6c0ef84202db56f0145238d00be0875 2,025 1.00/1.00 vMB 41
485,628 485,628 0000000000000000010bd7cba9e869924d6471ca0c98d74d2731d3c8ed81b1d5 2,091 0.94/1.00 vMB 50
485,627 485,627 000000000000000000543d45cc501854d09376530a853b82f8fcc8c61e0a3697 2,048 0.99/1.00 vMB 142
485,626 485,626 0000000000000000011a79ccd1cefce3bd7a26481ccf337f187e326f56840de7 2,305 1.00/1.00 vMB 147
485,625 485,625 0000000000000000010925d512aa374a6a003858df91950e1d040b17d00e9aa2 1,362 1.00/1.00 vMB 120
485,624 485,624 000000000000000000d2dd72b63915c9c1a017d5b9100dade141f02cb7458029 2,120 1.00/1.00 vMB 175
485,623 485,623 000000000000000000772fa60c075c57b8ba2db277a84454e1f8e27c3c307b10 293 0.13/1.00 vMB 49
485,622 485,622 0000000000000000010139ad7685e32ad82efc322adb2c297bd3633b59d9e847 2,036 0.98/1.00 vMB 116
485,621 485,621 0000000000000000007fae56fe43814d65d3024714d4d1d9657296f63da76b0e 28 0.01/1.00 vMB 2,341
485,620 485,620 000000000000000000edf884bda556cbe481ee22a1a9a9dcb37a3d2f1a532bd8 1,000 0.39/1.00 vMB 10
485,619 485,619 000000000000000000c5bb1b0e26faafd2bb4ea0522591815ce922da5611d62b 2,232 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.98 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.