Loading Tool

Explorer IconExplorer

Memory Pool

38,260 transactions
32.34 vMB
0.07985255 BTC
Random Selection Loading Transactions
Max Size: 159.31/200 MB

Candidate Block

Mining Attempt d8af98904e8d4cdfe3e4108431fc1350892f11a1a739b565f8799f59e7f23643
Version 20000000
Previous Block 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b
Merkle Root dd95a4eff54add624fe8a2199368ee1608f52b0bdd9addaa23b9b0d1b05b7498
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,509
Size: 1.00 vMB
Total Fees: 0.01186475 BTC
Feerates: 150.68 > 1.19 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,559 (379,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,910 534,910 0000000000000000002e914f19b6616c66653cd6f5f8c319c454120be801ca5a 1,352 0.45/1.00 vMB 19
534,909 534,909 00000000000000000008fcbf08d6ba97eecb05b1c2f64643aefc99c558b44d2e 1,135 0.47/1.00 vMB 18
534,908 534,908 00000000000000000009d2a704f9bf0bff37bf424a3cc5ecce03ae0456c26157 22 0.01/1.00 vMB 24
534,907 534,907 0000000000000000001b465c848bfbd882820b95b5e98129a31d88388f669ca5 1,231 0.54/1.00 vMB 10
534,906 534,906 0000000000000000001e1965eb695dc1703cb18fa1c5212460618490c9dea244 1,554 0.59/1.00 vMB 20
534,905 534,905 00000000000000000001432a3dac82529425e6aa87654c948ff10b58af898b4f 1,781 0.67/1.00 vMB 17
534,904 534,904 0000000000000000001c43e2efd1a1f8eb41f34b541986ff7699d21b3c59f6d7 2,768 1.00/1.00 vMB 26
534,903 534,903 00000000000000000001df3b3afde210f9244ff8c6d92a352640711a25c2f9ff 2,630 1.00/1.00 vMB 13
534,902 534,902 000000000000000000215e7b7932e85e6881a4a8235b1da0be8154c8d28e1263 2,292 1.00/1.00 vMB 17
534,901 534,901 0000000000000000000498b14a09e869264eb65f09355f354e6eae2d24ac0d9a 2,520 1.00/1.00 vMB 13
534,900 534,900 000000000000000000236a118bacb086d9c5d921ebedd43d2bb7755e98f1492e 3,148 1.00/1.00 vMB 33
534,899 534,899 00000000000000000026aa5394c094e57c4cfb6d3b2e20290b66116e119f8eaa 2,885 1.00/1.00 vMB 28
534,898 534,898 0000000000000000000c0d932883d78ddfe18f52a1ddf048ed6a637847acf52b 797 0.27/1.00 vMB 14
534,897 534,897 0000000000000000002c9cb66303e96d33c26db79417d8266de39b22dac3b849 677 0.22/1.00 vMB 15
534,896 534,896 00000000000000000007e5432f52456495a8ed4007769f198f258a57aac98ae1 415 0.16/1.00 vMB 15
534,895 534,895 000000000000000000034c9d5a2717c17422328a9093175faf88562fa8b6778a 2,236 0.81/1.00 vMB 21
534,894 534,894 0000000000000000002c9091d128924ec2e86773e9a7698ae9337932d41d4f70 478 0.27/1.00 vMB 10
534,893 534,893 0000000000000000001a4a014b3f58f450822d2d416cdab9f0d5a112e15c9d9f 2,050 1.00/1.00 vMB 18
534,892 534,892 000000000000000000013d2ab4138dcd3a99fc7e5dff49f4a91cb073f6c45d6e 2,981 1.00/1.00 vMB 21
534,891 534,891 0000000000000000001c4edf56a370dc668d2f19e80a426cd790dae1b992c03f 2,300 1.00/1.00 vMB 32
534,890 534,890 0000000000000000000f0cfbf2cbd70bc2673ad78a39de846e1b640d51b58278 1,348 0.60/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.60 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: 623.95 GB
    • Received: 11.51 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.