Memory Pool Memory Pool Refreshing

1,267 transactions
22.86 vMB
Show Random Selection Loading Transactions
Max Size: 92/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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,034 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (894,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,316 13,316 00000000bb67416e1f05f180c89077412db8518878760488071bc798dbb62524 0.00 MB 1 0
13,315 13,315 000000007c5bd936bb14e2a18ba74324a6ebdcca7cc4085f4111384c43f691aa 0.00 MB 1 0
13,314 13,314 00000000ceca8752aa5b9dced0af3dee8439a8cdb71570a2f32080c9a9ebf0cc 0.00 MB 1 0
13,313 13,313 000000000201cbf6cadae6b62a76fb6780306426959df68aa97a3b059c042624 0.00 MB 1 0
13,312 13,312 00000000c184af8c5f1c478346507654a05068bbcb0d0b84a8dfe9bb2bed0183 0.00 MB 1 0
13,311 13,311 000000000814c7c61a30ea978a7294d230ab51ef42553c6251cd799dcdc6d345 0.00 MB 1 0
13,310 13,310 00000000970ce04749d0bc6aeecf903f63bbefc8318bbf7051b67d9942e2278d 0.00 MB 1 0
13,309 13,309 000000009a5fa9a3ba300538c10245a0e4eaebbabad5ac7f11d5c6a5f7104cf3 0.00 MB 1 0
13,308 13,308 0000000056e25ec348c12f475f13a09abac33f873225468873bf6b314a689ba7 0.00 MB 1 0
13,307 13,307 0000000093b3637e49c0500d2205076c2613c920c461c6eaa8e47595037f74df 0.00 MB 1 0
13,306 13,306 00000000b523cb148da9434c1708911581e2a6c32e64b421700bebac3707b71f 0.00 MB 2 0
13,305 13,305 0000000024463ef2971805ef2e9ad263dd3811154047f1d4019fd110c80d65d4 0.00 MB 1 0
13,304 13,304 0000000059f3cfcee30c02ff82c532ad36c39136676a9ed4e44747ce604ed542 0.00 MB 1 0
13,303 13,303 0000000031b643684bfd7083b9ef7cafa5d04ac350b6c93d0c1ca2b65b68c7ef 0.00 MB 1 0
13,302 13,302 0000000009595b7a57e2c38c146b25f559dc740e0702ab034f2810d1abd404ae 0.00 MB 1 0
13,301 13,301 000000008b382f8dcdfbe982dc12547505ee9dddb34b5708e6b0ca95cd3ae277 0.00 MB 1 0
13,300 13,300 000000004828e05f79d9e6f7c0ff5d81c367d32cea04b72a0e4d18ffc607400b 0.00 MB 1 0
13,299 13,299 00000000499c0f2feb6c45df88bffe7bef296b9b2118d043898c14ffd1cee9b5 0.00 MB 1 0
13,298 13,298 00000000ac16de605bdc4b3efdea39353ae669990905672497ead907bd220bbd 0.00 MB 1 0
13,297 13,297 00000000a57cf95aded5c6ac9c47d0d83dd3eabcf32b082e1b75dbd39a0b5a77 0.00 MB 1 0
13,296 13,296 00000000076c0fc4d3dc4bdf766dbfc7288f887655ba87b4da978ea117ae6165 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.26 GB sent, 98.60 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.