Memory Pool Memory Pool Refreshing

511 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 481 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (661,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,267 246,267 000000000000004cb60d05d02221714c97438949a994ede3a3845633b5917db8 0.25 MB 643 158
246,266 246,266 000000000000003ebdd2a02bbfcf7bc0102309c72359307ed1675c8dbbf95cda 0.12 MB 231 85
246,265 246,265 0000000000000074f34ac4c02651ce6e8c524f4147e50a8172762ffd21f6525c 0.25 MB 245 78
246,264 246,264 000000000000005453f7b59b669b66c9fe6211a33a850b08b4c2f8c2ba6a8dc3 0.09 MB 143 61
246,263 246,263 000000000000004b1fc9574b8b1775a231867e4762c4468c4314283d3b4e451e 0.25 MB 287 94
246,262 246,262 000000000000006e8416458bb7ef7a2d593c367c548a0f3619266f5201e80bbe 0.25 MB 620 101
246,261 246,261 0000000000000025b7108836bf1bc11b01a916fa71db480ee1136d53217c0b50 0.08 MB 286 46
246,260 246,260 000000000000008a0d2ccd5ec1b0c49a9390e60fee23732b413ea6bc3e596747 0.47 MB 1,011 144
246,259 246,259 0000000000000046acfce00454e150006b04fd1b2f480802af58b85f28549dff 0.25 MB 489 164
246,258 246,258 000000000000000fe5ed4fe9d5d6d976e0e567ccc6484835a9761a3bdf9df8f0 0.24 MB 520 44
246,257 246,257 00000000000000041a66e3c4847b495cd5ea7f73107504aaef9ebe9c5059984a 0.47 MB 819 122
246,256 246,256 000000000000007dfc7749a8502412af88480d382443e2e08a38e25a36165a29 0.25 MB 705 175
246,255 246,255 0000000000000032a8c39670e5cf22d394964ed9cfabaa1587cc24390940b505 0.25 MB 491 129
246,254 246,254 000000000000004f3029318cc72f72da8651719cf719d4924cfdba4ff68c4d7e 0.25 MB 692 208
246,253 246,253 000000000000005309ee14c4599b437c00c6e8a61703821d6917cb1628ab4636 0.01 MB 45 203
246,252 246,252 00000000000000209ca50eafce50639ffe4fb64fabbc929cfd5ade43b0bf3f6b 0.12 MB 245 132
246,251 246,251 000000000000002eaaca928eb9c91ed68bb2ea1eacc2a8f8f6d3ce3486fbdd07 0.19 MB 417 137
246,250 246,250 00000000000000377806561b62850c8f2d94e5d413a9e3bfc92a7a071f8ce9ac 0.12 MB 280 179
246,249 246,249 000000000000006730cfb46fdadc80d70f94afb06e510f0495443a424662a9d5 0.00 MB 11 152
246,248 246,248 00000000000000294df2cf3b48333d6edef8114bb14c912aa8b8b0c0066a7bc7 0.13 MB 274 154
246,247 246,247 00000000000000975e2f6ae05b712f62ba88414938d4eda2949a0de7d315051b 0.32 MB 512 51
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.