Loading Tool

Explorer IconExplorer

Memory Pool

53,002 transactions
31.44 vMB
0.18085170 BTC
Random Selection Loading Transactions
Max Size: 168.93/200 MB

Candidate Block

Mining Attempt 18a4afbc0a6fb317840c9e3ae28b2fb5bef48fa21c8deeaebe621d881ed50bed
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root b948414c206d1c7eee8ed0b989374186e26cdd7adc492ac53d71efaeeca4c24f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.09589424 BTC
Feerates: 477.45 > 9.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (497,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,887 416,887 000000000000000003ddebf32c5fb40cd0c49ddf4f0bf22230469ca03431874d 1,393 1.00/1.00 vMB 45
416,886 416,886 000000000000000000350215cc97f9d7236e7ab3171bda808a14b5f6568bb59b 1,741 1.00/1.00 vMB 35
416,885 416,885 0000000000000000027d0fb1f0e6a51a794a18426829696e20eec177a7f80eb1 1,505 1.00/1.00 vMB 34
416,884 416,884 00000000000000000220d0d3a72330a24af5457080a888a29bf1ab814ffc8898 2,110 1.00/1.00 vMB 62
416,883 416,883 00000000000000000587696606df1e59583cf0cd29c9bff283b99c2ec349d91d 2,710 1.00/1.00 vMB 60
416,882 416,882 000000000000000000e33409563211acaf5cf4b39895e6ac396e30bf64bfd25b 3,118 1.00/1.00 vMB 103
416,881 416,881 000000000000000003ad339f194c37ca9bf9e3ad1dca72dcb85c5f417cbdd75b 2,398 1.00/1.00 vMB 90
416,880 416,880 0000000000000000011afdd9d42f5f59e5b434b54095b2ba181599d32263e65a 2,713 1.00/1.00 vMB 105
416,879 416,879 0000000000000000026a5a3799c5641dbca061a58ebb082515e140576fc7be62 1,352 1.00/1.00 vMB 42
416,878 416,878 00000000000000000035c01ec92297900f658a7af39210bfcfbc74bce739ffd2 2,629 1.00/1.00 vMB 80
416,877 416,877 00000000000000000155e41500d6278b9d83b53a60b25f96d18772ad66597b17 2,118 0.93/1.00 vMB 63
416,876 416,876 000000000000000004ea1c705c8c1460bbace3d98de19e969d429695d567d242 499 1.00/1.00 vMB 19
416,875 416,875 0000000000000000042de641dbb1b6ecd2b400234bcf0503cd2aa7f165b60001 1,082 1.00/1.00 vMB 35
416,874 416,874 00000000000000000532617c0001f3471b6e9748957e8a35e2c2898a64bfe182 27 0.01/1.00 vMB 149
416,873 416,873 00000000000000000544ca5f5b9df1f4fd08da883dfe5492898d2e58aea1672e 985 1.00/1.00 vMB 30
416,872 416,872 000000000000000004bc5b43fc17f7e51618a6a50921b1ef6c91e6788c83cc22 509 0.99/1.00 vMB 16
416,871 416,871 0000000000000000011780f57bb70b3ea9e7fc0697d53ae152fac4dbcb4657ba 969 1.00/1.00 vMB 32
416,870 416,870 0000000000000000026bac8b0dd3b72cc86c0d9e0d59ec7c4007af833076de61 1,884 1.00/1.00 vMB 37
416,869 416,869 0000000000000000020343df987297707e5c93d1e2478dbcb1c2e1fcd4312b3f 2,792 1.00/1.00 vMB 68
416,868 416,868 000000000000000002b74f0181d46a9e7f97518a9f50dfc7632b43d2959008a1 2,249 0.75/1.00 vMB 93
416,867 416,867 000000000000000003f1b1aa9f2b966dc87d8f65d5548adb59377b8b967a72f1 602 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.08 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.32 GB
    • Received: 13.54 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.