Memory Pool Memory Pool Refreshing

1,256 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,256 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (45,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,493 862,493 00000000000000000000829d7449b9e38831060535e7cb75d69788b4ff659be9 1.60 MB 3,763 10
862,492 862,492 00000000000000000001f8668c3a464f398d696d6ad22c02c7cb428ab9e507f2 1.61 MB 4,565 3
862,491 862,491 0000000000000000000281208a9871d50eab94f31e352ed31663c9d11032a3bd 1.58 MB 4,163 6
862,490 862,490 000000000000000000014641ba81e1ed0d79d6b8b4c838d92bb84d38e149945b 1.74 MB 4,423 2
862,489 862,489 00000000000000000000b0728fb3e2b881230de7790506dfe02d9762249df43c 1.71 MB 5,699 2
862,488 862,488 00000000000000000002cfad6a524fd163021fb1946ab56dc782d7cc27e3a11f 1.68 MB 2,670 4
862,487 862,487 000000000000000000014a2a28fda5fd285cc2b581d6aef78ba070182f1a8a2b 1.86 MB 2,455 4
862,486 862,486 000000000000000000027f37ca1933a3a888b7516e34617066ce824b37f80dee 1.84 MB 6,497 2
862,485 862,485 00000000000000000000b2f7b85f5f22015f384c2a4083e52e821a0bd93138b4 1.64 MB 7,836 1
862,484 862,484 00000000000000000000a3d0c767af8d1a12ebec05717dc257a1e9aeac28fc18 1.80 MB 4,066 2
862,483 862,483 0000000000000000000208c5b2f5923acbbfaea4e71871fccebd3f258da746df 1.82 MB 3,107 6
862,482 862,482 00000000000000000002555e4a6414553d41a9d76683497d32cd085243185e93 1.61 MB 6,656 2
862,481 862,481 00000000000000000002efc3396cfa12fc5aceae705ea4145a456ce802e5c99e 1.58 MB 4,798 3
862,480 862,480 00000000000000000001a25dae793f88a5dda6de5c3ea6853aef99a5571c4b85 1.63 MB 6,729 2
862,479 862,479 0000000000000000000290bda8288e6f924789579163d24887b2533d4e9e28b4 1.61 MB 5,112 3
862,478 862,478 000000000000000000010c35fca27363353e15e8a90a66130ba5b69321ef077d 1.62 MB 7,315 2
862,477 862,477 0000000000000000000213786b85b52b6f2233dcb34b2de682c8832fb83f0b11 1.67 MB 5,331 2
862,476 862,476 000000000000000000001b75e7ba408dde19fe515bb6d34f21f11c7c3c7c3636 1.64 MB 6,577 2
862,475 862,475 00000000000000000002c2c8b48877105e4dff2883952f5b0b7f503aa1aadf37 1.49 MB 2,151 3
862,474 862,474 000000000000000000004ced1114b6aa8483550318f1b0e63275baca39ef747f 1.64 MB 7,592 1
862,473 862,473 0000000000000000000140eff7622386adbb6f175ce3d128dcba1a3498f8cf66 1.86 MB 6,324 2
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.