Memory Pool Memory Pool Refreshing

1,411 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (852,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,242 56,242 000000000bc6cdb7db13bc504c261d1d98e5d9afa1ce346f562faf700aeddd74 0.00 MB 1 0
56,241 56,241 000000000b8c80a2d9a5756eb91c681926f474c68ea25da336a257e1cf5116d2 0.00 MB 1 0
56,240 56,240 000000000ac47df2466de6fc398c09cc9cafcb31c56b1a310af1e8c0f63aaa96 0.00 MB 1 0
56,239 56,239 000000000b413927d4d819d273121eba64d7139bcbbe4f1c63abbe6929b0db73 0.00 MB 1 0
56,238 56,238 000000000aa40201cf8d0c47d6fc817f79dd33b3862be951f7a467b3219160ac 0.00 MB 1 0
56,237 56,237 00000000091113d401cc5e4920738022e7236389cbc7b2a7ff89943dc4e3cfb8 0.00 MB 1 0
56,236 56,236 000000001232d5ea64a2d4d77531be1be5aef506f814e99e6ee78bf07181b226 0.00 MB 1 0
56,235 56,235 000000000907ab7f7272c380e33c774e4eb6ad07869ffd79dda372970d75fa56 0.00 MB 1 0
56,234 56,234 000000000f55edc70f9ca6b0af5dfa587ad9168f0000b8377855c8728bcc5d36 0.00 MB 1 0
56,233 56,233 0000000003dce23e3f61765d43aa2bf285368a3e790ce2d1172de8582db1fb2a 0.00 MB 1 0
56,232 56,232 000000000310f8768aded2b4bc42da41f6f46989ff313164f915a40324288d31 0.00 MB 1 0
56,231 56,231 0000000007cac5abaeb3357153695e2696b85d3e3b33b376801a5635eba915ef 0.00 MB 1 0
56,230 56,230 00000000013013f3a7587052c690dc6838a3848d663538df15b8c4019473b957 0.00 MB 1 0
56,229 56,229 00000000139099da453c72fa35f193edde9b76836cd7f7ade6a208c7c1c22fd3 0.00 MB 1 0
56,228 56,228 000000000f528581ceea8256bfef28f03aa617ea0f7bb25bbc035625c4e4e12e 0.00 MB 1 0
56,227 56,227 0000000001976374117e22634752804f4845aef1555bc8fea0db40edc6288151 0.00 MB 1 0
56,226 56,226 000000000b360c40cc8dd0e573d85f5a9271d7c367de37a221a19ff7dd6a55a4 0.00 MB 1 0
56,225 56,225 0000000002cdb44c8e4d8eb98fc3d0940d00556d4dc93e35252ea8167e7fceca 0.00 MB 1 0
56,224 56,224 00000000011c9c64710ff9a8143e5a6ed6ee4fb2df292fc57641f9a0df1287da 0.00 MB 1 0
56,223 56,223 0000000008b9b9bacbe9268e9cce608d01fb251a0187b9490716ed2b11b1dbf7 0.00 MB 1 0
56,222 56,222 0000000009285cbfbf6859eee0444ac00ca469f6ffa80938d4dfe9e0a14e3d35 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.