Memory Pool Memory Pool Refreshing

5,301 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,225 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,366 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,224 (812,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,959 95,959 000000000001197227708247d8df15f41bf473af2c3163ca77919ce63cbe7961 0.00 MB 3 0
95,958 95,958 000000000001260eabaa15957ac486c3614b9b9a43aedc65b38bfc0c1e375a7d 0.00 MB 1 0
95,957 95,957 000000000001ad56054e0bcba81dcad4895708ed2ea056756bd56dad76abe161 0.00 MB 2 0
95,956 95,956 00000000000211449e3eb2bf63bd8b9c7d1acc46d71ea20231494c83886eadec 0.00 MB 1 0
95,955 95,955 0000000000032e9da485bfc37e834b50856e95e38e7d9a50421073d20a37b264 0.00 MB 4 1,288
95,954 95,954 000000000000a5b9091523533f02aeba6390b54683319fc3e9861ec53ba2b44b 0.00 MB 2 0
95,953 95,953 000000000003ecea6dd69d735c8e4292ca39d750dc019fb2964a13bd52862d06 0.00 MB 2 0
95,952 95,952 00000000000353cd9f59b8b028bdba86cc06d4a45e041a12269c1385491dcabf 0.00 MB 1 0
95,951 95,951 0000000000020c2111c5c0fd1cf50b6204b8c6e4077012afe7f61c005bf2ea3d 0.00 MB 1 0
95,950 95,950 00000000000145a646ea8ac542f4eafcaa0e677fe1374c7d39c41bff8e166b8c 0.00 MB 1 0
95,949 95,949 000000000000b53319fca7d3a35081adf98cca75a015d07f230a8554e9d8b65d 0.00 MB 1 0
95,948 95,948 000000000005258ffe006c758654e39124bebbedc68c4d5c389fb6a9584a36c1 0.00 MB 1 0
95,947 95,947 00000000000339371946a83ba6b414ce0a73b0e637c369103af23fe83ac71548 0.00 MB 1 0
95,946 95,946 00000000000177159bbda69d630f3abbed80ddca1a033b1a9151db5fd388edf4 0.00 MB 4 0
95,945 95,945 000000000003e00285497c5484ab1d2743bc2654f123cdc6dc87137f0a8c9fd7 0.00 MB 4 0
95,944 95,944 00000000000406bf3209aebd9e563ea17c7de3093fc8203800365e8fbcb392c0 0.00 MB 1 0
95,943 95,943 0000000000001c7e8a779e7eba534527597943195b71662d3e631544a69a70a9 0.00 MB 2 0
95,942 95,942 000000000007b1b209cac7271f323f1e23883510911bbe1f77a774cff819ee56 0.00 MB 1 0
95,941 95,941 000000000002946a5dcc83fed73f8296cd7571f7e04420dcf0863ed287e35c8e 0.00 MB 3 0
95,940 95,940 0000000000067aec7a6cd230bcfd45b37ac5d798d697e37ce7c22e86146e9232 0.00 MB 2 0
95,939 95,939 000000000005cb826464350a3b2747200dfcab52ff0f80e247784b233ab53963 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,685.63 GB sent, 97.71 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.