Memory Pool Memory Pool Refreshing

9,100 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (614,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,419 293,419 000000000000000043a9e333626bc623677d9b4b5f4778110034cd796d742d55 0.25 MB 186 13
293,418 293,418 0000000000000000ab5ef9686e95ac046093b12568c7e087d995d6cde5a58893 0.18 MB 512 47
293,417 293,417 00000000000000003273c7ed8514ec9884f625b417c4fefeff92137dca95fcce 0.25 MB 563 42
293,416 293,416 00000000000000008055eeadd179d2881be5844294bb128d428ed82c5c019fcc 0.35 MB 743 31
293,415 293,415 000000000000000027cf2043ed0d615996869a423dfc991d43b8ea0245419006 0.25 MB 756 64
293,414 293,414 00000000000000008a23749648ea0675298cf58cfc62e05c582b7848aa073161 0.58 MB 657 17
293,413 293,413 00000000000000009fd26695c011f8ebd77738201e6044c4d8f41263bc3259af 0.30 MB 1,024 63
293,412 293,412 0000000000000000957ce454a5dbd1f2bdfabfd9fdfde8367a5e5d0b744e372f 0.10 MB 28 2
293,411 293,411 00000000000000006709df072b5e7c652ac718ecc58a8f221de905f8e3279384 0.16 MB 331 32
293,410 293,410 0000000000000000d190c7b4ebc8f0923138d681aac514856264018e0a568164 0.26 MB 504 36
293,409 293,409 0000000000000000598b1065a60fe993267ce13bd9bac00461e41f7e117b1087 0.26 MB 481 65
293,408 293,408 000000000000000045dea39842396d586c57e696aac6b6d7dfa3886ac5f5dec2 0.50 MB 940 32
293,407 293,407 00000000000000001218d0d2abe8425355388cfeb89193353410f5853a731eed 0.27 MB 540 37
293,406 293,406 000000000000000033fb2369a7107909f8b840de4bd72f938e3101e15837441f 0.12 MB 103 16
293,405 293,405 00000000000000003384f602206ba627ef9fe99e0bb3ebb6ce61ccb18de26e9a 0.12 MB 256 36
293,404 293,404 0000000000000000c9c879ae13c299f29be024db929c4d497c195109e0977c55 0.10 MB 123 19
293,403 293,403 0000000000000000071167efe1d63f3ad6b69e247c99efd9413ffce8c1f9373c 0.11 MB 219 29
293,402 293,402 00000000000000006ce6030d1110ca5b1ab04a63ae0c8c2d200746164fd48abf 0.18 MB 135 15
293,401 293,401 0000000000000000382b3b455bc977cdb682297af44a65f3d8a3958c287faee2 0.35 MB 204 13
293,400 293,400 0000000000000000af26d2a66747a1f884f7414c9ffc49cbe1a5baed35ac8c24 0.35 MB 628 33
293,399 293,399 0000000000000000325fec52efee4f85b20618a91b75dfafc22387155ecaf3ea 0.24 MB 512 39
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.