Loading Tool

Explorer IconExplorer

Memory Pool

18,923 transactions
8.51 vMB
0.03026126 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.09/200 MB

Candidate Block

Mining Attempt ec47fc2df1ef701343a8b915f1cb733fde87fd1ca4b9b0a22b8c4f23bb6ea91e
Version 20000000
Previous Block 000000000000000000020b3bb8f61917f7848c1ad34d4f62bdc7addfd2b7533f
Merkle Root b5c2c61e4fa56d8768d0fd97b69f56aabec872fa433b7ab9b81b95491fc5e3b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,341
Size: 1.00 vMB
Total Fees: 0.01205788 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,424 (818,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,879 94,879 0000000000045a2090eb8b4693b4726727a1654e54032353b1e85232a0a62fa4 6 0.00 vMB 0
94,878 94,878 000000000001eb1cc73f2f40211323bf5ad679e8d84c3b0d395a415841060c70 3 0.00 vMB 0
94,877 94,877 000000000008029a5852f5b9a4aab72afb158632fa01d56820a2ffb357c8c13a 1 0.00 vMB 0
94,876 94,876 000000000005fc077346864baf7832c7c11126421547a7cbed7b5f286007ced9 5 0.00 vMB 0
94,875 94,875 000000000002cbba172915469cd177fc0718fd137637b7511e6eeab7d817db18 4 0.00 vMB 0
94,874 94,874 00000000000395efefa5a980182258dfa22e225447c077a1e05330605a497f01 2 0.00 vMB 0
94,873 94,873 0000000000011c68478862b83350ccec373b92e065cc8555258467cf7829c382 3 0.00 vMB 0
94,872 94,872 000000000000bb5608f2b38d22cdea091237a0ee05395ddeb167ae8bfa79483c 10 0.00 vMB 0
94,871 94,871 000000000000ccbb16ccdb95d3fabca672fc26d9909a61127bb82340ded7f4ff 1 0.00 vMB 0
94,870 94,870 0000000000051bf76faabf37c4e750ec84b679e9f30d5182a4206592802c3959 4 0.00 vMB 1,048
94,869 94,869 000000000000b284b7653e306ce9646b29dd6a05ca15215e7b0be329b54310c8 6 0.00 vMB 0
94,868 94,868 0000000000018a8a475c91c377e106d7ee3541493a868091021766d43790229e 2 0.00 vMB 0
94,867 94,867 000000000001fd94dfce8e3f111b146710388b8d71f43fda1c89d10d18c09262 2 0.00 vMB 0
94,866 94,866 000000000003970c5a3ded87dd271b9db106b52215f54102aa097067d2db91ac 4 0.00 vMB 0
94,865 94,865 000000000002189e59323acfb258939cedab5451d08556fab839af9f4a18c110 2 0.00 vMB 0
94,864 94,864 000000000005787dfc3915181efafe52c15450046332850ec44f7249709c08fc 4 0.00 vMB 0
94,863 94,863 000000000007f39f8139b0cbf79b1cee6f07f22f6d1cb7841722e8d31705696f 3 0.00 vMB 0
94,862 94,862 0000000000039adca7e1b1e681af9fab73df1258bd0706fc70d62b68ace27e22 1 0.00 vMB 0
94,861 94,861 000000000002b4a6c3071393abb2a477b1ce8e49b1a01bba9ab61b21c1671157 3 0.00 vMB 0
94,860 94,860 00000000000100ff5c1d3fd71a7cd9c5041b5b013e0090e26c3dad3cd036ed32 2 0.00 vMB 0
94,859 94,859 0000000000012eb5679983548d95d3d9529360aff9cdb6d2758349ca8c321944 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.61 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: 297.85 GB
    • Received: 1.27 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.