Memory Pool Memory Pool Refreshing

2,283 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,298 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,266 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (859,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,283 49,283 0000000018595b3c42b49e9cc06e551398630cb22d166bce058c4cd633906feb 0.00 MB 1 0
49,282 49,282 000000002478157a492ea46854e2e25ddfef308b92cc4a70926591b72c6c4db0 0.00 MB 1 0
49,281 49,281 000000002480149683eaedef99212359a0fdcfa8500fb81ae5123d64a033f58c 0.00 MB 1 0
49,280 49,280 000000002298608d46cb21de0d42aa639946c9a657c01194e18d4e7b85cf18f6 0.00 MB 1 0
49,279 49,279 0000000028e445f46bc10d92014f0795b26e8dc0b6726cd73f1f4fc83a284550 0.00 MB 1 0
49,278 49,278 00000000050dc7db23cd85cd21615362e3a9cd42fe6cb721dab0b8847a4191e5 0.00 MB 1 0
49,277 49,277 0000000013cc9c5f96db7f4fb6a41c97d9fe6bb01d031c90dbae096c64203466 0.00 MB 1 0
49,276 49,276 0000000004ffd4d39880d0f7f2e47dd7d9c608ba7b34be06e580577a62e48cac 0.00 MB 1 0
49,275 49,275 000000001f3b2990d7bdb2fa26bb86f1886d4d91a2597ea43bd1b961ae8227e6 0.00 MB 1 0
49,274 49,274 0000000014d9b9cfe596340b10fc1c503fec76593f919b1cc72720e418da72d7 0.00 MB 1 0
49,273 49,273 0000000027a95945aadfd85aa29fc3ea663456dd09b687d8ccecdc15a83da52a 0.00 MB 1 0
49,272 49,272 000000000ed7194b0e1597e6ccbecc3fec6123573f26f5644fca69ee442391fb 0.00 MB 1 0
49,271 49,271 000000001609275029c151488f7585d99d61ab095ff2255cd6033d278a0d598b 0.00 MB 1 0
49,270 49,270 000000001ad15cba447e2f79ea24833034b874418ad06bda8badd27b897023c3 0.00 MB 1 0
49,269 49,269 000000000f60372c5a7b82be03a072172df90bc1e9b2c5ac9f23199e1adfc0de 0.00 MB 1 0
49,268 49,268 0000000011dfc61d1419c3e9f7a514f4decf7e957230bdf10b4a4e1e14cda7f5 0.00 MB 1 0
49,267 49,267 000000001882a30395e3e722964ff9e1f018a8dbed9f7f012fa59b7a85b778e4 0.00 MB 1 0
49,266 49,266 000000000f0dff54a4ce3d065c8f9bd3de4df3b8084591ece42925d1c37aeee7 0.00 MB 1 0
49,265 49,265 000000000af44285bb7e63def474d2a6e456101bf098fd5a5264a11c7c3231a9 0.00 MB 1 0
49,264 49,264 0000000000b8ef9fb89e296b3c0c822652ff75417c7afcfd54f01e5a4f651301 0.00 MB 1 0
49,263 49,263 00000000106a572679f822843e522534173d6a481486abfd5a6dfe222ee1d53c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.38 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.