Loading Tool

Explorer IconExplorer

Memory Pool

81,434 transactions
30.77 vMB
0.09049361 BTC
Random Selection Loading Transactions
Max Size: 187.69/200 MB

Candidate Block

Mining Attempt 2083f0f0f603e8099b9d3ac1e282a7ae283829e1465661fb6eb6ee3e3d57242f
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 051c5ed958a28e2c07311de68dbb49044c3f8a55ddedd0f16b410cf283efdb2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.01959042 BTC
Feerates: 301.57 > 1.96 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (576,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,718 338,718 0000000000000000090c9a4dd52545b54a81c6e4489605ec340f87e84cbc3b93 1,247 0.75/1.00 vMB 23
338,717 338,717 00000000000000000bcd4d9387c18e509fcb4fa85faef646bba1e68e6409e3e7 512 0.15/1.00 vMB 44
338,716 338,716 00000000000000000fae999b835d8bcd56e89162424c41ddc5cead2b8c438912 502 0.33/1.00 vMB 14
338,715 338,715 0000000000000000175a47f8afbfd24ee9ad4bafb4ea1372885e969e23d80b78 1,448 0.75/1.00 vMB 24
338,714 338,714 000000000000000010b18f3ea3b0847869cd241d5d9431105b6456d3f5bbd23f 1,666 0.85/1.00 vMB 4
338,713 338,713 00000000000000000cb89a6bbfe738096a923e19409d96f483590170572b325c 1,139 0.85/1.00 vMB 19
338,712 338,712 000000000000000001fd6fcc3b7deaccaa8ace75ef97caa556bf89c4321e1856 2,028 0.75/1.00 vMB 40
338,711 338,711 0000000000000000090560bbe59bc4c2892150de3227c6187a65cf070441ff6b 1,561 1.00/1.00 vMB 22
338,710 338,710 000000000000000000aabb2e438f70d81dfda9635ae8f1ed176435c84e7f256f 1 0.00/1.00 vMB 0
338,709 338,709 0000000000000000138ae8083fbfd0d4dbabd8c54caf28f6d9d03034d381441b 544 0.75/1.00 vMB 14
338,708 338,708 0000000000000000186acac80fb7828d0dee1e6029845a9df2dbfdb4d57c6c04 992 0.75/1.00 vMB 20
338,707 338,707 00000000000000000108e34baa762ff818203e6a42dc6b0286343811e686ed81 912 0.33/1.00 vMB 38
338,706 338,706 000000000000000016586aa078badc70c91b5b169330ab4bfcf430fa9b66ec30 996 1.00/1.00 vMB 18
338,705 338,705 00000000000000000183433a6f746559abf54d537573fe4e3cb313fc062a2ddc 551 0.50/1.00 vMB 18
338,704 338,704 0000000000000000108734629c3233c4c50333cd620477d4f4b05e55754ee716 1,258 1.00/1.00 vMB 20
338,703 338,703 000000000000000000291a2ae09f9858f6743cf08c3cad4da2f5cf5be5fff3d3 2,374 1.00/1.00 vMB 35
338,702 338,702 00000000000000001666d4c4aa64953abc52cb0be5efd02117dd4ef14a573117 1,373 0.75/1.00 vMB 21
338,701 338,701 0000000000000000127c2750f9b2e29bd9153aa72c532e52c8c0eedc5ab9d5ef 1,720 0.75/1.00 vMB 27
338,700 338,700 000000000000000012e8c0efdff2b8f67282e211749cc5530bd6e709f70279e1 2,155 0.75/1.00 vMB 33
338,699 338,699 0000000000000000050360a5f082f04eec0d738c408850757a58d57f7b4b8218 2,099 0.75/1.00 vMB 31
338,698 338,698 00000000000000000a510c67ceeca4662f1d9ba79737bfc83c6ffd77fb95bab1 2,859 0.75/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.