Loading Tool

Explorer IconExplorer

Memory Pool

54,660 transactions
32.30 vMB
0.19083688 BTC
Random Selection Loading Transactions
Max Size: 173.11/200 MB

Candidate Block

Mining Attempt 7877d2be4765f4947d7dd4151147662f6154d61c90c67d8b34b88fa67a1665b6
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 0a695bad1a240d0e7869435a56bb016beaeb58657acaf585dc0cbfc97629ed17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,189
Size: 1.00 vMB
Total Fees: 0.08514358 BTC
Feerates: 180.80 > 8.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (47,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,939 866,939 00000000000000000002bc6d8600ca0a535d7553f4e69b21e5838056055151af 6,453 1.00/1.00 vMB 15
866,938 866,938 000000000000000000024582446dca7258d25ac2e09841e806c053e1de924abb 6,648 1.00/1.00 vMB 14
866,937 866,937 000000000000000000016cbc32f2adb2d3230a02e028c40e5bd0b6d86e24ffea 6,734 1.00/1.00 vMB 14
866,936 866,936 000000000000000000001631200e15c38d61398e3d86f1d94aad9ad62558116e 3,139 1.00/1.00 vMB 18
866,935 866,935 00000000000000000000300830c9b653b120aec821a1958dda9a7c5a10fc963f 6,663 1.00/1.00 vMB 14
866,934 866,934 00000000000000000000618327ff2e93a6633eb84ba5c8566f0efa11065939a3 4,846 1.00/1.00 vMB 17
866,933 866,933 00000000000000000000d350e19e6f6d81bca0a55c8af4f1feb9b4b2db8a33e4 5,703 1.00/1.00 vMB 15
866,932 866,932 0000000000000000000061adba6746690d198a99355be1cb1e3f776f1265d1c2 3,179 1.00/1.00 vMB 18
866,931 866,931 00000000000000000002d1071bec6b59eb1aa587b521a67a33d0c1dfd2bc5880 6,806 1.00/1.00 vMB 13
866,930 866,930 00000000000000000001a9bc45ceb89f023b24f3a14b4f584abaa271f3e988f8 6,280 1.00/1.00 vMB 13
866,929 866,929 000000000000000000020f72fb63cedf385443086c0ec57039dd591506479594 7,280 1.00/1.00 vMB 14
866,928 866,928 0000000000000000000060930fb97b084bf09b8e841c8959938a0a79fb4d4a13 6,259 1.00/1.00 vMB 15
866,927 866,927 00000000000000000000bb087bedbcacc3875d8d5399a2a6c12762344d791c0e 6,969 1.00/1.00 vMB 15
866,926 866,926 0000000000000000000152a99b59d38b67e5722a4499a7f06e23df9f9fee7d39 5,827 1.00/1.00 vMB 17
866,925 866,925 000000000000000000016ccc41846f49a41a417183013a743aacb1fe48f12ed0 5,367 1.00/1.00 vMB 16
866,924 866,924 00000000000000000000ea430ace4b76a79d22cf8177b86527257c8fd5e3fa93 3,873 1.00/1.00 vMB 20
866,923 866,923 00000000000000000001c6320854b99ae294f2c9a47636cb5657806414e722ee 3,829 1.00/1.00 vMB 19
866,922 866,922 00000000000000000000199cf981606d292062e84f81db1d8cf1d6b3f37cc22d 6,956 1.00/1.00 vMB 13
866,921 866,921 000000000000000000015dd863aec523c7624ba0fe4723a19517a5ad1da43c94 6,506 1.00/1.00 vMB 16
866,920 866,920 00000000000000000001c1c73f5dade216ec50475d7d33b1ec1f3a99dc95a03c 4,134 1.00/1.00 vMB 17
866,919 866,919 0000000000000000000050e4432a047643c29da76005448fe4bcb96831b70441 4,059 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.50 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.