Memory Pool Memory Pool Refreshing

19,350 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (711,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,808 195,808 0000000000000030355d06d4e9259cd81400ed71a12fd2a3255b206e08c63662 0.05 MB 143 157
195,807 195,807 00000000000003e7f3b72313a76ea7a9f6b71147e44462fb481e0ea6cc6e325d 0.05 MB 100 115
195,806 195,806 000000000000057de7c92790b91084a8ae95a6e609c9e83cd6ff803e83e49f97 0.12 MB 123 81
195,805 195,805 00000000000002417c0dbe9f95f8dce742daac95c8cdc2ee0dd94db2e53923e0 0.05 MB 120 67
195,804 195,804 0000000000000439de1f0de97d4a8aa7740287619caaa05d7548a5f572af835c 0.09 MB 138 108
195,803 195,803 00000000000002cab5f94bbe579b27b4977432f1ff5cfa7a38de58c59566b3ec 0.25 MB 806 78
195,802 195,802 000000000000021062d27ba78a521660a1453cefeee92e7f823e18930fd74a92 0.17 MB 388 164
195,801 195,801 00000000000005aceaa565367bfd353e16b02621615da758fe2298fac50bd3dc 0.03 MB 115 115
195,800 195,800 0000000000000594ffd54f7683d0d142936227e9c99cb25f577d91f9137494f1 0.04 MB 89 101
195,799 195,799 00000000000002d7c02d10fc779a39975bc62555a29d130028bc688d3d00098f 0.21 MB 512 139
195,798 195,798 000000000000017e7ea763f7fe6d503df697615fd8469861cd06a900d41989e9 0.07 MB 218 58
195,797 195,797 00000000000006d1267881d945b96a29e329391b3d719666485401c19df26f70 0.04 MB 59 396
195,796 195,796 0000000000000042d59b4a5818857c7f932b37a8bad1d3caf92f3c35b3ffb181 0.04 MB 80 236
195,795 195,795 00000000000002731f4b7fd160e3d990bf726960793fefc182d6f7f7495f3584 0.20 MB 550 165
195,794 195,794 00000000000004b064a8ff434b9c8f7e4d93f4abac21b38537a89a74f1af8390 0.04 MB 111 62
195,793 195,793 000000000000005bb4ef49b832aebdd2cfdc9db0cee0311c84fdde0a0fc559c7 0.16 MB 453 227
195,792 195,792 000000000000008a89b1c8d6e968d1d42632cc3be4c2c426b8bf074c4396cd05 0.00 MB 8 29
195,791 195,791 00000000000000b9cc4a05ba4cce53c7673933c86caf4d5e60fd959dd659e3c8 0.12 MB 315 134
195,790 195,790 000000000000067478065676ec0645c474c205f2d238ddec2c109d27a56622b5 0.00 MB 1 0
195,789 195,789 000000000000025d491a4148e6957ac8f72c0b926628a7bc24b5b5c43e9feb01 0.24 MB 582 158
195,788 195,788 000000000000011a5a0556b46db4456bf1bbf67eb91effe922a222a445273188 0.09 MB 240 142
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.