Memory Pool Memory Pool Refreshing

3,781 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (819,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,857 88,857 000000000001812e24515857be6ef402a7e6bb415161c705ae26b419188d53a7 0.00 MB 3 0
88,856 88,856 00000000000e4808eb88b6eff7ab9a33429f8ee60f477ae2cca499465e8bf3eb 0.00 MB 2 0
88,855 88,855 0000000000105b8b7d66777a10f113dfd3ecea5dccacefabd42930cb5acfcb23 0.00 MB 1 0
88,854 88,854 000000000010ec4ce41e0dabbfa922514efe64f3e25dd5cf850c5393754fa2f6 0.00 MB 3 0
88,853 88,853 000000000013e6a2719f826063e1d6902045560cf0a18bc8cc240826a887fbcc 0.00 MB 1 0
88,852 88,852 000000000007a8da2779ab535de1c8bd50114dda5af7af8ba39434c6470da6cb 0.00 MB 1 0
88,851 88,851 00000000000e08c9dcfbc414179ee4a5d1165b0649f0d4c27d715cef047b344a 0.00 MB 1 0
88,850 88,850 00000000000e54b20b07208647e48d4a19a1696ae7b9e54f0f62878d1f1823b2 0.00 MB 2 0
88,849 88,849 00000000000fb055683b582e32a066a339aca2f26dde3af54b80a9736e3b67a3 0.00 MB 1 0
88,848 88,848 0000000000011708a5fb9765bbadc409a16bc930ab8b186fe6958bfd3f0b785c 0.00 MB 1 0
88,847 88,847 000000000011a53d3d0953f7e070559761e324e23253c174d53c8d26b2a3beaf 0.00 MB 1 0
88,846 88,846 00000000000947a00e8b73e628276609bbcf3e4f8991a1817be71d4d7cc88e5d 0.00 MB 2 0
88,845 88,845 0000000000102cc8316aef86a5805c932edfbd21b240e2cdd42281897732b308 0.00 MB 3 0
88,844 88,844 0000000000142ccc90c16eb34def91e658b48f5c13261fa5f0e1471c66eff7b5 0.00 MB 1 0
88,843 88,843 00000000001055f2d33e918033cbb30ea31b6678bd2f09c5a0623cd8ddb035e6 0.00 MB 5 0
88,842 88,842 000000000011bf9fab4c9ac46c13c19e08baacb70052917402381e16410a1e1a 0.00 MB 3 0
88,841 88,841 000000000009658d5cea24dfe0023225c84250d39279d7d202ceef767e1487a9 0.00 MB 3 0
88,840 88,840 00000000000f91d5ef6c37f6857921ea794ec420df28fe989a8f7a7e4baad64a 0.00 MB 7 0
88,839 88,839 00000000001493ed6a8a84c8ad984ea6a0985d9878f19fa716e7488eed0783e1 0.00 MB 2 0
88,838 88,838 00000000000c47cbdbeb70ba958321a66bafbf8041c4e368752fada1f5c2d50a 0.00 MB 6 0
88,837 88,837 0000000000117632a76acd60d609e0a5ac48c29c9289e6fcea1df5dfe47d48bf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.