Memory Pool Memory Pool Refreshing

4,702 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (783,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,469 124,469 00000000000035fb7742a9f7dbbe3d75db0431dce19eb2a0151d9d490bd9f9c1 0.01 MB 14 835
124,468 124,468 00000000000035193667b61302c0eea3420201242b1ab51c51c16222a0da45a8 0.01 MB 14 565
124,467 124,467 000000000000521498ef8ee322d30ae1d26ed8df34d181b822f8dbc6634fc42e 0.00 MB 4 2,814
124,466 124,466 000000000000442019062e274f2fc473bfd22d95e4f08a29b589a500d05ef8ff 0.00 MB 9 0
124,465 124,465 0000000000003ce4bbf125002edefe902b5d1b74116143059576fbd55d658dda 0.02 MB 44 963
124,464 124,464 0000000000000ff80840db6df59117f3ae586c91faf19bcfa16e57ccdca5d657 0.01 MB 36 573
124,463 124,463 0000000000003e4f92d6ea95c7c6f5454017fd94ec713a3ab19f14ec6596fb94 0.02 MB 25 304
124,462 124,462 0000000000004e27cac1d45af5ac793415caf9ab1427353c0f3ef2b57cef1780 0.00 MB 6 3,095
124,461 124,461 0000000000005c8df8fb1da5e899946d93c857965d8e2e6bace0456842badb56 0.01 MB 17 334
124,460 124,460 0000000000003d0462dd6a89eaecc62150f565954aaf66bcda0223023dfd3665 0.04 MB 33 783
124,459 124,459 0000000000000b26ca428bc6afbcc3202465df6831ed7b30213cc286b5ebe6e1 0.01 MB 19 670
124,458 124,458 00000000000002d30fcdbdfb2551b4828bc9386be2259ef90362f5cb188ab722 0.00 MB 4 0
124,457 124,457 00000000000047851f647dc85057995794987309d027cadececc92bde2cec47d 0.00 MB 13 405
124,456 124,456 0000000000005d6a5c983863c2166c41dfc237a591dbd52f232c71df34353451 0.00 MB 9 313
124,455 124,455 00000000000049010098501add69ff99f4a2b14c829ee69f065a9325532501db 0.01 MB 32 0
124,454 124,454 00000000000022d50d3fcd225dd81a95538dc92cf60fcf4913c010950d58d936 0.00 MB 9 326
124,453 124,453 000000000000470a5938e500676dd4c03a1be26805580ea91d1d4ee1fcf50660 0.02 MB 40 519
124,452 124,452 0000000000001d8767e45168ec1816c73f76586a3674deebafef06665064ced7 0.01 MB 11 679
124,451 124,451 000000000000493cdfcb69e6584252aa75e1f5f175b01e23fe6972c1af497c8b 0.02 MB 41 190
124,450 124,450 0000000000005f05b84c30eda402ae98322be010dbbf2d0c0d1a1c84b01119fd 0.01 MB 19 321
124,449 124,449 00000000000031c18aac70a5c76193cd8bed77ffd22235f79bfaff587dcc3e9b 0.00 MB 4 660
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.07 GB sent, 94.14 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.