Memory Pool Memory Pool Refreshing

1,361 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,348 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (14,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,140 893,140 00000000000000000001478f851dced71550bcfc27e8ebf3004ef27399ca16e4 1.56 MB 4,204 3
893,139 893,139 00000000000000000001cda4a6430c59b01e8e8e2c5431a2e8504dfe1ece77ab 1.55 MB 5,163 4
893,138 893,138 000000000000000000011b7d14cbda164e4d27f2834ff72c44a21878859918ee 1.56 MB 4,159 5
893,137 893,137 0000000000000000000153ce495e0375de79ed680d19c64f1b5687a38a1ca5da 1.51 MB 4,896 4
893,136 893,136 00000000000000000000e3530f46a9c351b02c9d9499f30e0646b77538e77ff7 1.54 MB 4,484 4
893,135 893,135 0000000000000000000140c423bf30397b3e62b639059f2c88977640d2b64935 1.65 MB 3,797 3
893,134 893,134 00000000000000000001c073c63474e8afeed268b0cf4fd0088189e12e2ce396 1.60 MB 4,532 3
893,133 893,133 0000000000000000000246e2da492498cda11b41b1f06b23f2d813923e3819b5 1.48 MB 3,969 4
893,132 893,132 00000000000000000000cb650a92e4eef2aa5025eb3e673d02ef895d8ea6a85a 1.73 MB 4,076 2
893,131 893,131 00000000000000000000ea83de4b7b4e2f7ec66aa366f1778d536001929f3f44 1.64 MB 3,884 3
893,130 893,130 000000000000000000019d0bd0c854a0627f2d124c7327700fd1bcdc93e6c4f2 1.54 MB 4,092 5
893,129 893,129 00000000000000000000db6628b841acc26ea1a29baf06d030dff36e98f6119f 1.54 MB 5,040 4
893,128 893,128 00000000000000000001a3b434fc14ad8b5054da067e469026371e11c3c5d491 1.58 MB 4,801 5
893,127 893,127 000000000000000000004f7bc539189bb80bdd0e837efba28dd0620da01b3fd5 1.52 MB 3,865 8
893,126 893,126 00000000000000000000a6ced476551ae51d47dbff655700a1e25b0adeb994ce 1.45 MB 4,774 7
893,125 893,125 0000000000000000000154ba8761cc956d8c2cd320d0ee09da24a41e523ee6c0 1.45 MB 5,052 6
893,124 893,124 000000000000000000008211f3efd883759782c5e6aa05d607479f30c6fb95c0 1.47 MB 4,890 5
893,123 893,123 000000000000000000008bde5f911f7330a8a8d529061dbf98a7d88efc31ed65 1.58 MB 4,998 3
893,122 893,122 00000000000000000001f9d98e0db28905e672b5c59cc026f9b28b3ef9c8d780 1.49 MB 4,707 5
893,121 893,121 00000000000000000001d1cbbcf15cf9b008c9e3a45fb2d4803d4a89ecba2a7b 1.50 MB 5,166 3
893,120 893,120 0000000000000000000050e077a0c99acfaea23ca93bc7b84418fb6b8841bc59 1.52 MB 4,566 5
Previous 10 blocks ↓
Total Size: 769.12 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,630.11 GB sent, 93.49 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.