Loading Tool

Explorer IconExplorer

Memory Pool

46,370 transactions
27.96 vMB
0.07505015 BTC
Random Selection Loading Transactions
Max Size: 147.13/200 MB

Candidate Block

Mining Attempt d0251c689eb9396b87270e2a9f5a6314a91b0fa6e9e94498f3ec1a11aa66eacc
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root dc37b33990908add9b7c6f3c54ac0bef183df69b62debc5beda6a29d66927b34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,228
Size: 1.00 vMB
Total Fees: 0.02172579 BTC
Feerates: 100.36 > 2.18 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (307,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,907 607,907 000000000000000000151faef1d42c21a1b1334a620ad3f62874f12e705ea2ad 2,129 0.68/1.00 vMB 17
607,906 607,906 0000000000000000000b10cd3be8a74c95e568c6695ce5bd8b09d035cea0d0e1 464 0.16/1.00 vMB 20
607,905 607,905 000000000000000000145bc13b7dfe26c1ccf8e20e44ceda41bb1c8440f9a80b 2,264 0.77/1.00 vMB 9
607,904 607,904 0000000000000000000e072e56656ed3dd885364645a2b52850b0e7491c43a5c 2,874 1.00/1.00 vMB 22
607,903 607,903 000000000000000000084451b4338337121ddcdafd3bcd197d58478e7150e8e8 1,800 0.70/1.00 vMB 23
607,902 607,902 0000000000000000000200bd7178143b4eb57b1bcc7a3e6ffa2ae3600317b739 1,098 0.31/1.00 vMB 16
607,901 607,901 0000000000000000000feee94b76aa064417349dd93b4e40e6790f9bbd41d418 2,346 0.73/1.00 vMB 16
607,900 607,900 0000000000000000000a8a9af1913579c4e3c83a4fc70d71e7a35982b0c15357 1,975 0.76/1.00 vMB 17
607,899 607,899 000000000000000000002a744c2f07eeb5d0d597e1c91f053dd5e06d1212f1ed 2,505 0.82/1.00 vMB 9
607,898 607,898 000000000000000000116c508e2a456d483fec58920ecd225986ef79c3c25dda 3,014 1.00/1.00 vMB 27
607,897 607,897 000000000000000000104d08a9876b8261788d52b72170ea75d7ce08eb834240 428 0.15/1.00 vMB 15
607,896 607,896 0000000000000000000bcd61ee273ecc6f0f413997c889038e9785a96b587c28 1,884 0.53/1.00 vMB 16
607,895 607,895 0000000000000000000dbb727b1a243866f33ff5747f67164dc18e6570e2a7af 73 0.02/1.00 vMB 17
607,894 607,894 00000000000000000014adf86b9633b229582687f022a5e02ae509df1fe2f3d7 2,892 0.91/1.00 vMB 12
607,893 607,893 0000000000000000000411cfd2943333ac39f4bd5af80eae38c9a51fd92edcce 3,022 1.00/1.00 vMB 21
607,892 607,892 00000000000000000004f311889e2eab4124a8d04a9ac211630c169d0b50e202 1,503 0.44/1.00 vMB 18
607,891 607,891 00000000000000000014c95383088dc7876ab912cd10923f6e632c8c76f4bf70 661 0.32/1.00 vMB 21
607,890 607,890 0000000000000000001278b77d5ea0a013a729a516b97cdc152153a21d3bdcef 956 0.49/1.00 vMB 24
607,889 607,889 000000000000000000128e8a0fe71223d38c588a13dcbb7ccc73b9a8e052df3c 1,150 0.34/1.00 vMB 18
607,888 607,888 0000000000000000000e5aa66b38c06cc2891f18a3c05ecd917f8e43a9e18ce8 2,760 0.92/1.00 vMB 19
607,887 607,887 000000000000000000086a0ab94080fce673e7187f8d8cef6def1714adafe9cc 1,167 0.36/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.29 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: 657.04 GB
    • Received: 14.46 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.