Memory Pool Memory Pool Refreshing

1,659 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,651 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,659 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,650 (810,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,488 98,488 000000000005014440f00de1715fe6af7f70c3a6e1024dd2fbf53a8bd3cfcf5a 0.00 MB 3 0
98,487 98,487 00000000000069bc85e65e00746bcdd7919d08550d9536281050fe9c086f461a 0.01 MB 4 0
98,486 98,486 000000000004b871baff58e8800ec41693cd3c06beca1c095206860278fee463 0.00 MB 1 0
98,485 98,485 000000000003f4af50c3df2e6620e4cbc124168e9ce2b0c34e89caa357144136 0.00 MB 3 0
98,484 98,484 0000000000037bad87c49e100c344c1df1a60c658dafbd962abf532a2eba20a8 0.00 MB 2 0
98,483 98,483 000000000002f4a90e304981c7eedfbc789712aa4d6751908b0c0dff1f82a036 0.00 MB 1 0
98,482 98,482 000000000004c6fb4e5ca19e0171f60c2273ba5a0ef396584deb95f5bed78f3c 0.00 MB 1 0
98,481 98,481 0000000000035d1e2af64ea85c058c4301ef4f143270431d7f08943c0399414d 0.00 MB 1 0
98,480 98,480 0000000000028e4cba874365947e75806b8371e81b0af66de2b558d1b8fa7391 0.00 MB 1 0
98,479 98,479 0000000000021bff25fc3cefeeff0d1cddc36496b5628539fd16e868f383ab6c 0.00 MB 1 0
98,478 98,478 00000000000520dd0ba1b9bac7e1ad71098eb288fa83358589502b8e7c2c94aa 0.00 MB 7 0
98,477 98,477 00000000000511b454ea9a0f9f7c9e742def3dd36cc5eb85930132aa203680f4 0.00 MB 2 0
98,476 98,476 00000000000548babab3afcbbd2ba44dd090154d0697a98b02de1124396163b1 0.00 MB 3 0
98,475 98,475 000000000002547d28b00e02214a4e07775963f8bf8cf7a20ff37a22233a3203 0.00 MB 6 0
98,474 98,474 000000000002dae0d1502be3220c898edbf3cab01da47da74204bb3086901d08 0.00 MB 1 0
98,473 98,473 000000000003b039230e4ff562c24430f15204b1ce064770c5b10946eb9cc3e2 0.00 MB 1 0
98,472 98,472 0000000000012d27e9ba5ac880a1912c7c0737cbe06f0d00079147494f628cca 0.00 MB 6 0
98,471 98,471 0000000000027562c7c2e1db48d42aac656aefe74fd9000b0c65c98278febdb7 0.00 MB 8 0
98,470 98,470 0000000000050efd2af29790c196f76f96013872ee0b8d8300b777dcd2b87244 0.00 MB 1 0
98,469 98,469 000000000002d12851ecca52bc3fb4eb943b56b79c8c0f3f0769fbcc3c05ebcd 0.00 MB 1 0
98,468 98,468 000000000003e70268fb914cb3f70a5ccce7ff65bf69cd059dc1afc92e5d6e95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.45 GB sent, 101.45 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.