Memory Pool Memory Pool Refreshing

585 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,049 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 568 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,048 (746,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,146 161,146 000000000000097f8343bc923da507fcba9190eb7e472da2e6a82b02a48a5502 0.01 MB 9 29
161,145 161,145 0000000000000128bdc4fb617bf192e67e4344eacc851a1685e52456bb86ee14 0.01 MB 15 182
161,144 161,144 0000000000000bfa3391ec5d3a2217e8a771cc7093240a83f7a758f3e442c301 0.00 MB 13 39
161,143 161,143 00000000000003f4c197cdd1d6775bbf3a5062645a7aa03a0685dd560f4493f7 0.00 MB 11 48
161,142 161,142 000000000000002450179e640c3933a6d78a54ae6685bd13cb6e70e100c8f47f 0.00 MB 5 96
161,141 161,141 0000000000000479203163e0216560327be191d2f68858b99b9f45cddc9b300d 0.00 MB 10 25
161,140 161,140 0000000000000d525e14e1cd3edf9313de8eece82cada6a553c262fc04cf04d2 0.03 MB 63 173
161,139 161,139 00000000000005ef0e8658d461973c738cf38b51dab65952bcc5fcc7e5ab2778 0.05 MB 149 35
161,138 161,138 0000000000000c4115836c6bfc27b4c31f6100b6aba1e81f9e379301629df7fd 0.00 MB 11 126
161,137 161,137 0000000000000e36fc2bed196edd5b84f161c96430bbbbdcd55de46b9dde569b 0.01 MB 13 83
161,136 161,136 0000000000000060851661606fdf0bcd48fc5926912e90aab1e9f75ac9f9b624 0.00 MB 11 259
161,135 161,135 000000000000098626e37e97eeee58ebbb5a351064baf898729124053ab63185 0.00 MB 14 0
161,134 161,134 0000000000000b54d6fbed76fc2323bed9b6fd5ce47f4401b0198b01ac729a42 0.05 MB 51 175
161,133 161,133 00000000000009438287aad8768350b74e4df8b20cc78f83e3432bfc9268aa8b 0.05 MB 186 3
161,132 161,132 0000000000000999be2d3073a4c40bdf1d3fb9ba45f98190a70583d0f61b3e38 0.00 MB 12 0
161,131 161,131 00000000000005ce943add9a5be8c34b8efe4472b3c1cbc906a8758239edbb92 0.03 MB 90 120
161,130 161,130 0000000000000736db2e1809018aba507467c0a90d24c2e63648553c63b25a49 0.05 MB 152 74
161,129 161,129 0000000000000bab0406daeb708aa44b8f29e5ca9287cecd37f35d30ae0546d7 0.00 MB 8 46
161,128 161,128 0000000000000bfb01f4cb023325035d71be326ffae2dd25b7e4526b5dacb25f 0.03 MB 55 282
161,127 161,127 0000000000000e6c7830b18839656fe70db9a440e38e1b278233a194f692ecec 0.04 MB 95 111
161,126 161,126 0000000000000e59e99367374b33c9439ddf0f0a53133ce86aaf2cd145d8c15f 0.01 MB 28 10
Previous 10 blocks ↓
Total Size: 769.64 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,652.72 GB sent, 96.05 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.