Memory Pool Memory Pool Refreshing

1,255 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,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (553,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,549 354,549 00000000000000000ced7bae0ef2b5c460c00cf284645cd41f86ff8e3f97a177 0.34 MB 921 39
354,548 354,548 0000000000000000119ab455e7a0206a13b561a09e75f5b6cc19da069619c1d5 0.21 MB 496 33
354,547 354,547 000000000000000009d20de2428366838cb92ee15fc96d156985d30bf108b5ec 0.09 MB 213 33
354,546 354,546 000000000000000007ec1d42f08014450b59cdcbefd5a5c10c93db654ab73074 0.71 MB 1,515 30
354,545 354,545 0000000000000000068ba6ddbbc2782e51565e357b331723aa118a79b40f621c 0.17 MB 228 21
354,544 354,544 00000000000000001193349e1be4deae29047ce91e5f4de8ab5133a418d82e41 0.42 MB 637 12
354,543 354,543 00000000000000000b068e21b55d896fcb2430cb62260b5c30580ea315f6fa44 1.00 MB 2,570 37
354,542 354,542 00000000000000000864bac3fb859e3adf8f01fae602b906b673a34579c49943 0.15 MB 375 29
354,541 354,541 0000000000000000112711ca835761139b190e180862363df0e48c15e3046f0f 0.34 MB 712 26
354,540 354,540 00000000000000001523e1377cb0e44f26944a76dd392ebfc29e932b949f29e6 0.18 MB 404 31
354,539 354,539 00000000000000000374e14749b1c8139556fe938145b11c65757623a517c34a 0.16 MB 269 23
354,538 354,538 000000000000000004d97df6f5800e1b8a06ef12d89873cb5cdcd21d34314a75 0.12 MB 289 31
354,537 354,537 0000000000000000020f141d67691abe2eea3856d57c75c28fbd2c6cb441076b 0.21 MB 385 21
354,536 354,536 000000000000000016a35724216c0f158475c9932907e570ad6d50c921bbbfe9 0.20 MB 470 32
354,535 354,535 000000000000000006748557b51bcf855b6b9f6abb82c110e32f2d6f89f62665 0.30 MB 586 24
354,534 354,534 0000000000000000109bac42e3ab3dd262c8dd853175ee0c36a1b1bc5f1a0a10 0.77 MB 1,672 27
354,533 354,533 000000000000000016eee0779d9c0212b82b2dd7e64220cce72de2c0d35f99ef 1.00 MB 1,728 27
354,532 354,532 00000000000000000e4e95b616a67d047676d5f4ade5c532fb9da77525c773a2 0.81 MB 1,304 20
354,531 354,531 0000000000000000047db64c1b61b99d83a7ace7b403eb82eac3449a0f7ea1e0 0.75 MB 2,092 38
354,530 354,530 00000000000000000c5fd2b2c1fcca13879c08278fd9a8263ea06f33bf33378a 0.50 MB 1,084 30
354,529 354,529 00000000000000001359904bb511474ce559d00e29691e526cca3d4287355946 0.14 MB 231 19
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.