Loading Tool

Explorer IconExplorer

Memory Pool

81,747 transactions
34.39 vMB
0.14328935 BTC
Random Selection Loading Transactions
Max Size: 195.39/200 MB

Candidate Block

Mining Attempt aed994cd63cf18e7480c56537563eb1a4fcd5649df0b3b6c5a10d98b50cdfb28
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 8f8550600a7133a3afa1f5bd1106f1834d1564297a611142d9c08b1074f808e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,993
Size: 1.00 vMB
Total Fees: 0.02781837 BTC
Feerates: 384.62 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (803,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,805 111,805 0000000000003e2444291498b4d57ab2e80ec29d04283d8b0c321e088d8eba1b 33 0.01/1.00 vMB 0
111,804 111,804 0000000000002c26f249dd15c05c68f0859dd6c69a0d1ce7689a968e7e272ab4 11 0.00/1.00 vMB 0
111,803 111,803 000000000000833ebd42719e0a4d64b622b41af7486cacaa5f79cb507dd509dc 12 0.00/1.00 vMB 0
111,802 111,802 0000000000011f12f64f69f9592798e28d4dc4ec88ae5d0978f2f635affd9c69 9 0.00/1.00 vMB 0
111,801 111,801 000000000000f9345fb9dd3b4acfccbd8365daa816a6fd6db6da4d23c6d4ce99 11 0.00/1.00 vMB 0
111,800 111,800 000000000000c22b96e1840b7b47585f2954817c147cbf194f2fa578ba43a20e 23 0.01/1.00 vMB 0
111,799 111,799 00000000000054be4594c0543397eff2bc883c4220753ad08066e73d97443598 3 0.00/1.00 vMB 0
111,798 111,798 000000000000205c90f477a739c17f8d557fbfc520d2bb58b236765762ccf2b4 1 0.00/1.00 vMB 0
111,797 111,797 0000000000006065c4afc1bd236e2a20310520a2f893c73adca5b3421f9e30ba 10 0.00/1.00 vMB 0
111,796 111,796 000000000000ef22cb84a4cbd8226782dd47f0f26cc40c5dbeaf44e8c3266acf 8 0.00/1.00 vMB 0
111,795 111,795 000000000001026e4726afce8b59a2b8d573d1c26db617ddde3065e3fe336495 6 0.00/1.00 vMB 0
111,794 111,794 00000000000067223b49f2e1964c7c12287f5a3ec4f7b8af35180a8ae901e8ac 12 0.00/1.00 vMB 0
111,793 111,793 000000000000a4e3ca5cf3fe9507f2b723a7821f4ee0ef578347067fcd3fddcb 12 0.00/1.00 vMB 0
111,792 111,792 00000000000080fdb954d7d2924377d28af44839bf53a3cb24017e68aaaca284 12 0.00/1.00 vMB 0
111,791 111,791 000000000000dc26e720a33a9b2f7bf7f683923dd22fd9aad6eb1b5d502aa7ad 12 0.00/1.00 vMB 0
111,790 111,790 000000000000bc1ac7e08f9b00701bc1f5637acbf6fe27de27da8fc94fd1b761 12 0.00/1.00 vMB 0
111,789 111,789 0000000000008282cc313e120c1cd6b1ffddbb926a36d6c0fe4402295cc8fa04 11 0.00/1.00 vMB 0
111,788 111,788 0000000000011fd1c10c881624f96263f3533bcbc7ed7eb8eb4c45d58e7cc176 16 0.01/1.00 vMB 0
111,787 111,787 000000000000e3dcbd1ca3b08382bb93ba503c42af854318a95fcfd0e1934348 11 0.00/1.00 vMB 0
111,786 111,786 000000000000a3f568a8da7609081b020d13a19bb77ca59df0141148330d9aa1 7 0.00/1.00 vMB 7
111,785 111,785 000000000000828f042dde95894f76c22e70e651517d758d5697c369b26e0a2d 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.10 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: 729.88 GB
    • Received: 18.49 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.