Memory Pool Memory Pool Refreshing

13,417 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,009 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (451,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
456,469 456,469 0000000000000000003a6f87a09a89d1cc2b4e59bef74186b8d213092e9e1eb4 1.00 MB 1,595 159
456,468 456,468 000000000000000000483a218fc85377c42b789667119e122acdd6f665e5950a 1.00 MB 1,970 171
456,467 456,467 000000000000000000ed30d85c8d8c07ba554cabda5d4bfd256fbf8eb5523658 1.00 MB 2,351 190
456,466 456,466 000000000000000001380e54eed8bd6ee97554f9aac5b848fa5306ae0a767eb3 1.00 MB 2,246 189
456,465 456,465 000000000000000001752e7b1dcafa04b2e89cc57cd176d5fb733d93fd515a8b 1.00 MB 2,125 179
456,464 456,464 0000000000000000001c6cce60c4dc479c171da8c2cb077b7fbafdff1e8c1b25 1.00 MB 2,892 230
456,463 456,463 0000000000000000013c3dae91f6e0140f4c7898930e8911658e80faf3ee5a47 0.00 MB 1 0
456,462 456,462 000000000000000001d72d690e3fdef4b60b776f7697f085176c030d72c14cad 1.00 MB 1,633 109
456,461 456,461 0000000000000000002a3d00f5cb32658f8ae3efffe6190fbd82bb41f7484fe8 1.00 MB 1,809 166
456,460 456,460 00000000000000000026095388e16668964dc45ae65a0c8f34acd9a1ea1bd070 1.00 MB 2,983 251
456,459 456,459 0000000000000000018d9380aaa20fabef010c724cb8f23de7ef16b68b63f141 1.00 MB 2,449 212
456,458 456,458 0000000000000000009475c355e37601d3216ab4eadbae161d22f092c6794097 1.00 MB 1,247 74
456,457 456,457 00000000000000000252d3c56ed83a608f68b8ebf77c0aed71afd8802e814735 1.00 MB 1,277 90
456,456 456,456 0000000000000000000a06c3ccdfbcdaa12837f852e6b6cfaa5a0683e2b24210 1.00 MB 1,002 81
456,455 456,455 000000000000000000b4ee6bb8f80dacb9515e10cd5e9ae804a49211bd621f25 1.00 MB 2,151 169
456,454 456,454 0000000000000000014af7c2d26690cf5a3535a5e6b9cfa30a1e099d2d19c6f8 1.00 MB 1,738 125
456,453 456,453 0000000000000000018ff3d1bdad7f828d9c5a3754504850105ee888fad48f11 1.00 MB 2,414 157
456,452 456,452 00000000000000000220eb494f2c3399fc729e730e9c55577f3c0bbc29388b36 1.00 MB 1,313 89
456,451 456,451 000000000000000001d776c6d871941ff11764ec93d3d687597bd6a6d2234531 1.00 MB 2,064 202
456,450 456,450 000000000000000000752af284a510a13519bd901d0c2962a633d931998174bb 1.00 MB 1,784 56
456,449 456,449 000000000000000000e1e75bd2b9f929b26c864ddb62e1d5b244f8b06df28c0d 1.00 MB 1,681 182
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.71 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.