Loading Tool

Explorer IconExplorer

Memory Pool

75,780 transactions
29.02 vMB
0.10046694 BTC
Random Selection Loading Transactions
Max Size: 171.59/200 MB

Candidate Block

Mining Attempt 8e3358a09df4bd9c24512affd367fc348267a53f4ed65ba2ebf5824f8f2754be
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root d7027a7b4458b54d7b1e47b36315a50e7ff07a3da61a85361bbfe796f3bae353
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.03934165 BTC
Feerates: 201.37 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (224,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,881 690,881 00000000000000000012560ba09ed2f2da2f051fb9bb02263d4dce8953c09837 2,610 1.00/1.00 vMB 29
690,880 690,880 00000000000000000002433d3c8ca10524a3a756aa1dc4316c567aae122ac13f 2,519 1.00/1.00 vMB 13
690,879 690,879 00000000000000000007aaaaebfd45c2b842de5420b0ebce57797843bfbbbefa 2,816 1.00/1.00 vMB 15
690,878 690,878 00000000000000000011a05a2e6d93287c87642eeae9be1086140d8a746b64cf 2,399 1.00/1.00 vMB 30
690,877 690,877 00000000000000000012ec6b13d855b0c20e77352424baca1f4244ce172c6a11 2,146 1.00/1.00 vMB 56
690,876 690,876 000000000000000000058690cbbab3dd3160317e1cd857ede37c914821f0cd1b 2,695 1.00/1.00 vMB 31
690,875 690,875 0000000000000000000b9195de5c24d390b173ade85ae8d41d36b4f213ae846b 2,456 1.00/1.00 vMB 39
690,874 690,874 000000000000000000004d7571e431a02a428ffa8135906e5077c000732bf6fa 2,417 1.00/1.00 vMB 33
690,873 690,873 00000000000000000010f8463e5fc1f1d9c39a28dd8ee783a6eff12cd3284a1d 3,003 1.00/1.00 vMB 30
690,872 690,872 00000000000000000003f54615485acbf364c498d64cc25d7ec9ad53b1cf1c61 1,320 1.00/1.00 vMB 27
690,871 690,871 00000000000000000002ccb9e0dbcb4f2db155f41a94957368608e8b445a191d 1,461 1.00/1.00 vMB 37
690,870 690,870 000000000000000000119f98f35f3e7a4ca6eee958f89e17053e734f5ee46fa7 2,390 1.00/1.00 vMB 28
690,869 690,869 0000000000000000000095bd840e69826c98fa002f3f2a9e12f8670a1e4189b0 2,950 1.00/1.00 vMB 29
690,868 690,868 0000000000000000001241b08539dde3ef911fa8c5c0413f10c7e4189880378b 2,302 1.00/1.00 vMB 41
690,867 690,867 00000000000000000007d4eabe428b018fa027f2a101314feca071469c6d6fdc 2,053 1.00/1.00 vMB 56
690,866 690,866 00000000000000000005885b002d8265682e61a26439f92df79ca10c5adca673 1,614 1.00/1.00 vMB 90
690,865 690,865 0000000000000000000949ac822053bc4d200df15a8bfa95a3b9dd2868268241 2,343 1.00/1.00 vMB 54
690,864 690,864 0000000000000000000a5d6df2c1ad625d09ceba3b486d06834f5ea31da8f7ca 964 1.00/1.00 vMB 28
690,863 690,863 00000000000000000004b5b8ac1c02e6a44968441ce75784a784feeee22241ff 2,579 1.00/1.00 vMB 32
690,862 690,862 0000000000000000000ad708a8a9d2849571d60cc9c13771c2b02d6a8867082a 2,512 1.00/1.00 vMB 45
690,861 690,861 0000000000000000000913fc2f2f23e7d1bf13de3b6aca6dd91d096c4de0232b 2,224 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.