Memory Pool Memory Pool Refreshing

599 transactions
24.76 vMB
Show Random Selection Loading Transactions
Max Size: 99/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
908,312 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (827,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,984 80,984 00000000003b90ea784951e2b2ee33a73b60ed12b6732143188fd711bb3b9d52 0.00 MB 5 0
80,983 80,983 00000000001f591c95addafcb0aac3cfe7e032884f039b87c88a70c508c11cc0 0.00 MB 3 0
80,982 80,982 00000000000f6084f55f4b82c140e6bbab624d1ba67c6e18b62dbe3a762b6362 0.00 MB 1 0
80,981 80,981 000000000014cfd1bcd4d982ff0e857c3c58dcc975958b3a59fdca9571d976a8 0.00 MB 1 0
80,980 80,980 0000000000325e170061868a290202d05ec5b8508047ba20ba4779d053c42496 0.00 MB 1 0
80,979 80,979 00000000003cf21bdb8df131bba85e798b2965618798b2ff29f7f584742c2df7 0.00 MB 8 0
80,978 80,978 0000000000199a391cd7b5c2aef74643814e2a9c373a7176d5c814fc110d0290 0.00 MB 2 0
80,977 80,977 00000000001ec05c2b1d2fa7ace9af910d987c224c3b0b3d62b823fbcdaaca9f 0.00 MB 1 0
80,976 80,976 000000000047256dfd7289b3971a072ff719d4e05b83b51660df3f973c7b03db 0.00 MB 4 0
80,975 80,975 000000000018016baad25fb9ed9fd6ba8ed7ca7118a2969e62cbc86904640b51 0.00 MB 2 0
80,974 80,974 0000000000089f7910f6755c10ea2795ec368a29b435d80770ad78493a6fecf1 0.00 MB 3 0
80,973 80,973 000000000020557c1019661eb09358fc5cc6bbd1b1cd5ccebb169a290b158074 0.00 MB 1 0
80,972 80,972 00000000003841a95e857e15cc5fba39fe9e4bbdadb2c4c3df04fe3fe3f5b713 0.00 MB 1 0
80,971 80,971 00000000001126456c67a1f5f0ff0268f53b4f22e0531dc70c7b69746af69dac 0.00 MB 4 0
80,970 80,970 0000000000415862c0787e14f7c6b71880e1b9873417fb1d41ac9ffb31160a95 0.00 MB 2 0
80,969 80,969 000000000038603316347c11b0515b04e655303ffe8f4e8e03dfb15d3d42e80f 0.00 MB 1 0
80,968 80,968 00000000003e89e2835e3a528992d496a819722349abfbb39593c509827a1cf6 0.00 MB 1 0
80,967 80,967 000000000037d3bb04ea7d32fdd00139ac6cb68940ea3b74883d036007696cbc 0.00 MB 1 0
80,966 80,966 00000000002ef4173457450ad6c45f7085d97d42c96c49143417650514bcb697 0.00 MB 2 0
80,965 80,965 0000000000332acde0c46640f644cad5d236e0203f7260d1baef573348539ca2 0.00 MB 2 0
80,964 80,964 0000000000197072877c0f01224c149b441bd35d081b132f18a59d809d1953c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.36 GB sent, 98.59 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.