Loading Tool

Explorer IconExplorer

Memory Pool

39,903 transactions
19.55 vMB
0.05150785 BTC
Random Selection Loading Transactions
Max Size: 108.88/200 MB

Candidate Block

Mining Attempt fc5427693692afbbb3c538b62fef7e8b99168b68fdfd2ada436d7bae2a2f3961
Version 20000000
Previous Block 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010
Merkle Root 20fee452915111e8b7fb53ed865f3065af0faf154d9026800bc7eef1a054c80d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,261
Size: 1.00 vMB
Total Fees: 0.01338415 BTC
Feerates: 100.34 > 1.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,064 (825,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,874 88,874 0000000000064c5f0b0fbf28d37ab236ba02f43067a9ae990f6bc59c78ccf5f9 1 0.00/1.00 vMB 0
88,873 88,873 0000000000063dd63109313845bcdd6938243ddbd001ea5f0bc94d7bcc477a52 1 0.00/1.00 vMB 0
88,872 88,872 000000000013a7720d910d47887bda308578e686325eddfd43fce8ba3c3d8ed5 4 0.00/1.00 vMB 0
88,871 88,871 0000000000021ce71f2573f5a5ad7b3079529a5b9c7ab67b0020c438ec88aae0 1 0.00/1.00 vMB 0
88,870 88,870 00000000001038622af9c48155bc496e10c6582c20d16285c676641358cfd6f8 2 0.00/1.00 vMB 0
88,869 88,869 0000000000038836cdadeb757b81e1c66d6946b8bf26dd63d021f04a695014cf 1 0.00/1.00 vMB 0
88,868 88,868 00000000000cbb4be8ca24157055fb1ea160fb6083ea4bd76ae679cf826115f9 1 0.00/1.00 vMB 0
88,867 88,867 0000000000024fd53ab0a675fc7f3a303a8233ba78c316d0e81f11071a45abf0 1 0.00/1.00 vMB 0
88,866 88,866 00000000000aec191f4f31b6a9eefc770f9a0eb428c1944c1ac3d408884f690e 2 0.00/1.00 vMB 0
88,865 88,865 0000000000123341afc6db2e6559fba2f07d46226e6530261f15bead38e6b4f1 1 0.00/1.00 vMB 0
88,864 88,864 000000000014a7b47e2d1d6f0964f77909e51c5ce9d5e5bff97b2be034c4bc48 2 0.00/1.00 vMB 0
88,863 88,863 00000000000642adfd949dff8d7875cbcec42247885d5cce39969dca1725cd81 1 0.00/1.00 vMB 0
88,862 88,862 0000000000077aa5e11b9684165542913050547e7e91a76a7ca5fc20cc6d5bd4 1 0.00/1.00 vMB 0
88,861 88,861 000000000000d2847d7783755983e0e57ae8923184c27e46e5b8eedffb02ff76 3 0.01/1.00 vMB 0
88,860 88,860 0000000000117cc2e648f9ab1c1c72126065447007ed1262abd77a947b60f19b 1 0.00/1.00 vMB 0
88,859 88,859 000000000005d2e402e862242d3dd9c6015daf272481262e8b88f82b2f866efb 3 0.00/1.00 vMB 0
88,858 88,858 00000000001339ac09e2b114b0c3a609b6ec6a59b2974352d63c216bd13a37c7 2 0.00/1.00 vMB 0
88,857 88,857 000000000001812e24515857be6ef402a7e6bb415161c705ae26b419188d53a7 3 0.00/1.00 vMB 0
88,856 88,856 00000000000e4808eb88b6eff7ab9a33429f8ee60f477ae2cca499465e8bf3eb 2 0.00/1.00 vMB 0
88,855 88,855 0000000000105b8b7d66777a10f113dfd3ecea5dccacefabd42930cb5acfcb23 1 0.00/1.00 vMB 0
88,854 88,854 000000000010ec4ce41e0dabbfa922514efe64f3e25dd5cf850c5393754fa2f6 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.83 GB
    • Received: 6.81 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.