Memory Pool Memory Pool Refreshing

8,118 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,635 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (685,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,664 222,664 000000000000042f11788f9d2ff3ae77b8e639820a48a799562797e1717541be 0.25 MB 614 178
222,663 222,663 0000000000000410953c6e459a9cf6d27d2a325da1c71116add9cbed1ce9b7a9 0.05 MB 118 160
222,662 222,662 00000000000000be0237e8350b50cef26ee501147efd0d38ae004042ace7349e 0.06 MB 105 150
222,661 222,661 000000000000033b7dda467b3dc73fe4f51da01556112144c8e6d00364b6d048 0.22 MB 537 201
222,660 222,660 00000000000001a847c3b72e1bd59a54a55fed7f0954e9cd90f93c3c56bd2953 0.09 MB 167 155
222,659 222,659 00000000000001d132646bf34fa36236274c418b1463665fde3dd76a5b95a488 0.15 MB 315 172
222,658 222,658 0000000000000375fd4e5605882128bdfcdf1b22b187e39402b8569a8a24b6af 0.16 MB 290 150
222,657 222,657 000000000000018c9970e40c2ead4dc2cacfacdf4626395eb16b55046f1d38e6 0.01 MB 19 246
222,656 222,656 0000000000000155f5354199fae138dbfb6a580586d550fbd09beb3bdeebf071 0.20 MB 336 158
222,655 222,655 00000000000000fdbb11ef1a37b5dfaf5e1aed96e607f521f292391a9613c319 0.25 MB 642 191
222,654 222,654 00000000000002f0f4e78f3e67ebe5e5dde36457ae5db8b853121f60e5568ac4 0.23 MB 561 190
222,653 222,653 000000000000019c30c4e0984e91281250a339e61c2c68ed500286c771528548 0.02 MB 40 202
222,652 222,652 0000000000000137854aa417967d47c9bc7176879af05cab78c986401d66ca1d 0.11 MB 267 190
222,651 222,651 00000000000002085c096bc8a6e07dd0d2ded3f2d95e95fa09b9e752953b6c6a 0.11 MB 256 187
222,650 222,650 000000000000039f6583863738ca90568e0a8e0a26ffb340376c8004c0b2e163 0.09 MB 265 44
222,649 222,649 00000000000003b7b782bf74d1772f831b3aafcfcec8cd9d7f215c1c4b075612 0.14 MB 254 174
222,648 222,648 000000000000006a9e301f7811e87cc5d2efdd2bf37ab8cca41e722ae4fbc4b0 0.05 MB 64 94
222,647 222,647 0000000000000228a55a39965bdddad5f5d5c1af4f978cd35ff70baddc7a67dd 0.25 MB 401 148
222,646 222,646 00000000000003f759cc3741b9834684d6dc75986b2474ee25b9fbfcca2a6d33 0.24 MB 491 158
222,645 222,645 000000000000003dadefab0f634fbb462c1a4e1b85084793bf18ed273e34f220 0.25 MB 538 181
222,644 222,644 000000000000020e7ea20596ff9d5fed24d9dcfaf655c8aeedf9b2313f7be456 0.19 MB 385 155
Previous 10 blocks ↓
Total Size: 769.03 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,625.14 GB sent, 93.02 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.