Memory Pool Memory Pool Refreshing

17,568 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (777,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,003 130,003 000000000000109cc88d5f844922a57f6ee8a19e00c09b434c053f7c9cb90017 0.01 MB 17 1,485
130,002 130,002 000000000000074ce840216d2de8671756b5ae6fa7f9c0bbb196ef97f0bc7e6f 0.01 MB 32 529
130,001 130,001 000000000000012f983ccf25fca1659dc99a24a455a60a7fe3e848475a0b67f7 0.01 MB 29 1,041
130,000 130,000 00000000000011906b491883ab0f16f0e690b133ca860b199b775c3cf6581c21 0.00 MB 9 2,952
129,999 129,999 0000000000000a9c69e94a7dfd464d9951e2a89eb9611914cb28e1eb9fa17958 0.05 MB 148 432
129,998 129,998 00000000000001ee6ceed057a7d12e61e26b0800c32b0b5b982cfc5a693a1a35 0.01 MB 24 1,748
129,997 129,997 0000000000001013c2b056f80083b999910aa71b4e06c9fb9abfe18adfeba607 0.02 MB 37 1,267
129,996 129,996 00000000000011217b2a197398c903be4963e2b4ecf6874da76281006f34543b 0.01 MB 18 1,689
129,995 129,995 00000000000005eeb1737a37ac9523a3dfa9b8b9d3dae97ce4f1793de1b14ccb 0.03 MB 40 38
129,994 129,994 0000000000000f5a76bd3054a44c919641ccd647c1939adddaa07cf30460bfbe 0.01 MB 19 1,035
129,993 129,993 0000000000001ac4937dc926a64fad893739c57df6f377d7b717240e0f8988a8 0.02 MB 8 991
129,992 129,992 0000000000000b7e723020e3049871852f33e68b32cb63f0671046e9f3145e8d 0.01 MB 17 1,232
129,991 129,991 0000000000000cbe0424bcfa60721fd88b8beeb636ae5f7fa0c6f9559c96a766 0.00 MB 13 0
129,990 129,990 00000000000005fd8587e4d7c2b8aea971f616806b28f047f1de51a89d105af9 0.00 MB 1 0
129,989 129,989 00000000000015192edb9acee623e0cbfff60ca8cc4f2bb9e11c35781c5f90d4 0.01 MB 33 1,007
129,988 129,988 00000000000003e0940d90d9d78f08403c9859ded003d3233f748f21842c709d 0.00 MB 1 0
129,987 129,987 000000000000040502abf659fa8d4f5064ba9901c1e462a2d4f5600f8165752a 0.00 MB 13 645
129,986 129,986 0000000000001430ba53f4510df8ca6b245fd54615387c625469127299820256 0.00 MB 3 0
129,985 129,985 0000000000000ef20c7bed15d98b22ba82e68b2bb264cff70728dfc090810959 0.01 MB 33 5
129,984 129,984 00000000000000acc583bd6801ed57ffd8774c4d3f31702c9d000482b574a1a2 0.01 MB 24 872
129,983 129,983 000000000000021589a865eb403c14056d16aeca182d3ffce819fbeedcee88a3 0.01 MB 14 845
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.