Memory Pool Memory Pool Refreshing

5,975 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (788,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,012 119,012 0000000000004f42b6715a2710728996789e80dec5a0471bba66b69ec2e3cee4 0.00 MB 9 0
119,011 119,011 00000000000019f81488482f58e4078f76f5b769f1986c68c11ee967200401d7 0.02 MB 37 456
119,010 119,010 000000000000b5a377bb93d3475276d0a6b36577981341b5d50c897edbdfed33 0.00 MB 8 0
119,009 119,009 00000000000021fa3db5ee56e349bd132a16f20d1b5775fb3679e149b206f840 0.00 MB 5 0
119,008 119,008 0000000000006e8a3b9b5ddcbb61a95696a24c5873efcfc8c66414d8b26d5c46 0.00 MB 10 0
119,007 119,007 0000000000008150393def674767b842cf597b496cdeb3aa83adb3eae012c8aa 0.00 MB 8 0
119,006 119,006 00000000000007af787cda88a01ea35f2490caa6247d6299035e650c2ced4279 0.00 MB 10 348
119,005 119,005 000000000000990c106b272914a697eb83c850f67b1eac6404ff8f64ae358186 0.01 MB 18 127
119,004 119,004 00000000000065b2aef896e0d7d6371f45aaae3a719ac7a49ba29de8439ac715 0.01 MB 4 1,072
119,003 119,003 0000000000006545dda96ea464686175b6d4a96d994b2ec938c7766ae284034b 0.01 MB 37 161
119,002 119,002 0000000000001e78da125243466c34afcee6a77a2c4157db2112402b63ea89f1 0.00 MB 2 1,256
119,001 119,001 000000000000ac313a76edc9930c19962b2c594573eb54d2d703337fcdd7fad8 0.00 MB 7 0
119,000 119,000 000000000000499e09bdbe9b99dd44e202e5933919f578d6baf03dedca727d35 0.03 MB 63 0
118,999 118,999 0000000000001dd3d41eab9a7c0a17687454026dc298384e231d37853b6f9c76 0.00 MB 14 0
118,998 118,998 0000000000004e427351798f8f2c2057d67d6f3230f924e712ef378a2827520a 0.01 MB 20 572
118,997 118,997 00000000000013938bf569162ea3357eb6171b52b3fcf042dd374a1fe1770c65 0.00 MB 9 0
118,996 118,996 0000000000002f24f003d6b96ff64f10f3de84924e32643004898c10e17e508d 0.00 MB 10 0
118,995 118,995 000000000000a3d27b7d3ae699d93cbe4d75d8935ffa0e074481ec76328ad547 0.00 MB 12 693
118,994 118,994 00000000000042eb0905db339f3d12bcbabdc48743dd5d2da0180a2228d46232 0.00 MB 5 203
118,993 118,993 000000000000b44c48386828908d351eb92431cee8eceeb20f9d917bb44f655d 0.00 MB 7 0
118,992 118,992 00000000000006e526d0dfd15106d7b2d86a48a7a104eca60c2ff2488ca72563 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.