Memory Pool Memory Pool Refreshing

3,277 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,803 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (672,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,411 235,411 000000000000011c934347dae8836058be2615cc8840477bdba44bc79b897162 0.15 MB 125 91
235,410 235,410 00000000000001803877ce8bf22a2d04c231019984fd5789471156e912215669 0.15 MB 134 55
235,409 235,409 00000000000000d6a17341c709a1eb2d4b1f9694492ed3dca4b716250299c232 0.39 MB 835 172
235,408 235,408 0000000000000056c6dceb4435ed9b3e96f803a6963f2efa4d4b28f196184c4a 0.03 MB 58 236
235,407 235,407 000000000000014751020cbee59b4f172375828b52fe989e383bdf56d208ea0b 0.15 MB 280 130
235,406 235,406 00000000000001303fa8291275ddee74f2d747a53994ed06ae40af6ca721f6ca 0.11 MB 190 144
235,405 235,405 0000000000000153c8de33bc13d8407f6e96fa894877cde3382b5324de008487 0.18 MB 432 219
235,404 235,404 0000000000000036c68176eb961946567ef685a447fa2a4c684fc09d4eabe2b5 0.28 MB 696 175
235,403 235,403 00000000000000eed5df367d4681cbcb1b35f2219a0d360672fa6e4a323676a7 0.20 MB 480 186
235,402 235,402 000000000000003f09f227bb328546b0b306f2595b2d476d149743a4c2f523f1 0.15 MB 246 140
235,401 235,401 00000000000001381727641808aa30d483e38ab15c398c5c2c72c9a99f99f1c8 0.24 MB 595 190
235,400 235,400 0000000000000190d6478545aca17efd40d82dae8fc0fa364a5bf6c0f403fbe8 0.11 MB 287 188
235,399 235,399 0000000000000028e27aa59a88170233320ce1eb44bbdcf1de59444cdea7b2e1 0.24 MB 357 138
235,398 235,398 00000000000001500576de620e1372334880ff484eb7e0f2b71579ee9e3b9b9b 0.25 MB 645 242
235,397 235,397 00000000000001266cb7ec5994335a972a3a7052dc57b3b6008bb2631210bcd2 0.07 MB 160 189
235,396 235,396 0000000000000188a381c86504ce971e9d1b18ed1d94afd6d22bdc7250020d63 0.15 MB 113 52
235,395 235,395 0000000000000182cd4d1cd3bf83b5d20ca20ffb96318cf523622981abc9989d 0.10 MB 209 153
235,394 235,394 000000000000002277913d0a2dfd85faea9a68c10515c7b0b2d6cbe11126766d 0.04 MB 77 120
235,393 235,393 000000000000019a0205216fdefc6d8598ad52eff36156117cc072b1fce15614 0.18 MB 431 180
235,392 235,392 00000000000000addc3e35a9b3bcf872376475b3b5fefef03da40b32040b9520 0.17 MB 351 150
235,391 235,391 00000000000000dde0bae08ec480ea10f7851f81906e2b8f443a410aa1a0590b 0.00 MB 6 880
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.