Memory Pool Memory Pool Refreshing

1,866 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,816 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,858 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (32,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,524 875,524 00000000000000000000b61020ff5ddce00591292e2a54561181f0abddb74304 1.27 MB 1,625 4
875,523 875,523 00000000000000000000803104b1014df46c9cb105db3416abcbcc35e9fadf59 1.48 MB 3,526 7
875,522 875,522 00000000000000000001ce4f2368b4244ae41d133baf4487ee0290c4ef6e45d4 1.54 MB 3,171 6
875,521 875,521 00000000000000000000985d0f3dfef4e816c29d5fd394198d26c258522025f3 1.74 MB 2,736 6
875,520 875,520 0000000000000000000216eb920f00c66930d44c1cbd5baf266178f7b57cba54 2.68 MB 1,578 3
875,519 875,519 00000000000000000001fcb75fc1bf3e1b4a4223f2dade091406c3650bbc6405 2.93 MB 1,581 4
875,518 875,518 0000000000000000000267128d09b6cf436d2f8f2c16217755d5e917bc07835f 2.69 MB 1,548 4
875,517 875,517 00000000000000000001c6ac9e527fe3b255494c9212aed6cde29bf0ff5ee29f 2.25 MB 2,144 3
875,516 875,516 00000000000000000000980aefeadd63bc1e62f1439ad122d419b5fc522841b0 1.58 MB 2,915 4
875,515 875,515 000000000000000000018c14cff0a9d0c96293fbb785cf2a9e61fc0303e39f28 1.56 MB 3,183 7
875,514 875,514 0000000000000000000286499d419b89498af62bf6546e51681362dfb43b6a79 1.46 MB 2,355 10
875,513 875,513 00000000000000000000a831a7cd7b6bb8884627e31dab6bfc2f177198651328 1.42 MB 1,790 5
875,512 875,512 000000000000000000000081e84d85f254506df3f59000198eaa0f544a27a8b9 1.60 MB 3,160 6
875,511 875,511 0000000000000000000297abf45aa205c1bbde82c47ac6b6ff8afbd831de51be 1.46 MB 3,099 9
875,510 875,510 000000000000000000008711b58028f6029e9224b4e5ebe20ea2b743c7846d59 1.48 MB 2,515 4
875,509 875,509 00000000000000000000c27031dd3a502995667f5bbc1f5ba3ca58eac8383815 1.69 MB 3,307 6
875,508 875,508 00000000000000000000f7c1407f8133c3642eebf06f891c27f425d6479b8c91 1.46 MB 2,491 9
875,507 875,507 00000000000000000002749c1cfd7806c14acfcacd2da075f29b69831004b486 1.62 MB 3,208 11
875,506 875,506 00000000000000000002220b77a4d0f23992803117800457e8b8645b0cb43f97 1.70 MB 3,126 6
875,505 875,505 0000000000000000000157718e08d0fb14524415f85039e40b0df18c622d8749 1.59 MB 2,675 7
875,504 875,504 00000000000000000000eb886b69ff1c6d40297aa2918974bff6d657ef01d5a6 1.54 MB 3,240 11
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.