Memory Pool Memory Pool Refreshing

3,113 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (882,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,383 26,383 00000000be087f058d71f48426df448260f908528c46e51acd7d3102e2d1a579 0.00 MB 1 0
26,382 26,382 000000005a2e7c06c2d22183903333862479dfd7ce439775174764b276db3968 0.00 MB 1 0
26,381 26,381 000000008b77ce2d3c8f14fd708940b864ac085f05962690bf34f554bfbe1f56 0.00 MB 1 0
26,380 26,380 00000000af9f67bdf0937c38ea4f68c4d72fda4cff734dec32dd9ecef780a997 0.00 MB 1 0
26,379 26,379 00000000ecf2c1697aabb0df5be222ebd1a65f00f0aec9d32d7149714c840ee1 0.00 MB 1 0
26,378 26,378 000000009808ab0e20ead627f342b5e54cf111bd9afa04823e61e017dfab9f93 0.00 MB 1 0
26,377 26,377 00000000caf88a3e49b172909a0850bd0d6e8674f713d0f978af534a45092b9f 0.00 MB 1 0
26,376 26,376 00000000c3267fd32f2990a97263e086025251eb3536e033e49e9eee3ac32547 0.00 MB 1 0
26,375 26,375 000000003cc9b64d80d9dd21b43e27f48e72783c3ccb3ad2a7b4f57818c499af 0.00 MB 1 0
26,374 26,374 00000000668f1a20cd9992913b5ab7b653dbbc04c27f4e000c6af2f39eeb8c36 0.00 MB 1 0
26,373 26,373 000000002c2078da10db688c147b4f665cd7f4619fb4ea83ce8de38e13f399b6 0.00 MB 1 0
26,372 26,372 00000000a57ebc1ae99ac4e9ae8619720fc528a61466108511a3c171ff3cb14c 0.00 MB 1 0
26,371 26,371 00000000577a3652e470e6ac48b4092f660561c8a1c248fb43cb7e3c54eb7795 0.00 MB 1 0
26,370 26,370 00000000f5e077dded73f8686500f0321837451e08f3a06f92770355a3521844 0.00 MB 1 0
26,369 26,369 000000001752e2ede977c7c459e3c0eda78f9520905c17abe2c77a0c83cd13b9 0.00 MB 1 0
26,368 26,368 000000001a7d11410e7440e5e7417daab921139586476fb63ad739ab7fd0f51b 0.00 MB 1 0
26,367 26,367 000000008336e39974107c0a5f049585623057a17355158b9cc02b02e5501d75 0.00 MB 1 0
26,366 26,366 000000004d516ab4c3f0be27a34f3e6e626b087f5f967afa8906cc4d87600dca 0.00 MB 1 0
26,365 26,365 000000006751be11d47e2c3033ac60fe3746b2ad7c7b4430e4db90e7e963f0f3 0.00 MB 1 0
26,364 26,364 00000000648dacecbd1916eb6eb8e6ec3bf5cb0f9a1cc84d223c57c322f2cf4e 0.00 MB 1 0
26,363 26,363 00000000b1e55227b21f1443977e7121650ae18bc80ff16e707c81a8489bdd22 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.