Memory Pool Memory Pool Refreshing

2,493 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
902,252 000000000000000000023a040000000000000000000000000000000000000000 0.88 vMB 2,493 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,251 (708,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,680 193,680 00000000000003f65d80f682cc1bfc735284a59533ba20b015f835ff8f9d578a 0.06 MB 128 85
193,679 193,679 00000000000007295ef1b3780b525239552ae51c46ac45e1f0e48d87c92a3bfd 0.06 MB 165 139
193,678 193,678 000000000000036fb3d98d5f3180b705f790e8f00ed6e65a86898acafb3fbdba 0.25 MB 621 132
193,677 193,677 00000000000004c630cb6848f1fcadd28461914b26ed7bf3d750354ea052520d 0.02 MB 54 32
193,676 193,676 000000000000069dc9c19503c607f3f372d0bf611f70b044e1e7679a635506f2 0.03 MB 83 120
193,675 193,675 0000000000000316a58b5fce298e046c39aa917afaa0aee710c5dafad69fdadb 0.05 MB 128 66
193,674 193,674 000000000000052eddcaf2d42d92bba88d338f4e9dd70bd9c80987dcbee56036 0.16 MB 512 65
193,673 193,673 000000000000079495600e56e1de4cc9f13429408f0c4d11769b548d993310aa 0.18 MB 512 138
193,672 193,672 000000000000058590490567717e4fb0ef4248c934cbe6cb8b546f3c0267a64b 0.40 MB 1,024 114
193,671 193,671 000000000000037ccfd85c40db4f2b2148bfe2f9dc31d2a47f8454046e20ca4f 0.06 MB 175 43
193,670 193,670 000000000000062b693fdb6b913841c68dfaab26b8cfa98f6004e1309c9ac79c 0.11 MB 195 138
193,669 193,669 0000000000000000b50a0feba39f75ce8800d57827c6c8fa917df5507998ec48 0.08 MB 218 147
193,668 193,668 000000000000069604ce40e99b047dc72ea52a680f6a446060e5590b828b3f87 0.25 MB 553 114
193,667 193,667 000000000000041ec7f7acf30e6d0ad619245519879e08d0d1decaadeb4c599c 0.00 MB 9 15
193,666 193,666 000000000000031d1fb69ef16215811ab966e7d74c7ae6750a39041ee3eda9c5 0.25 MB 603 143
193,665 193,665 00000000000000edef9c3c0a6b9686fdccb14cd0e1653f7cc222e15d66076e5c 0.03 MB 100 38
193,664 193,664 0000000000000101d72ad5144e9253520507873746b4a71be098db3a5893e5a2 0.25 MB 528 113
193,663 193,663 00000000000002ceefcda5dede2f217a27e3ea088265b3802de719935651340a 0.13 MB 201 128
193,662 193,662 00000000000004a0dc429d26534b8e3c5902602687becff84f01c240a896f6e2 0.00 MB 13 367
193,661 193,661 000000000000035af0c1a8d90eb4fd0179a86f7e8a1023ff7dd3c3a528c242aa 0.25 MB 800 197
193,660 193,660 00000000000007140f25484b76510a1f35661db0374ef1396766d4687a9fb9f3 0.00 MB 6 44
Previous 10 blocks ↓
Total Size: 759.59 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: 849.31 GB sent, 44.29 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.