Memory Pool Memory Pool Refreshing

1,054 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,046 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (410,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
497,275 497,275 000000000000000000a0f386afac6d3049936453d3562559dd670257f432619f 1.05 MB 2,605 69
497,274 497,274 0000000000000000003bd99bed76f0b08594503422fea7b4f3381c83a11095ff 1.07 MB 2,858 168
497,273 497,273 00000000000000000091f44823c4981420e10fb0751fb1d2520a728b0d52b610 1.01 MB 1,410 18
497,272 497,272 0000000000000000008006f42352e6af27b9c0e522adc0e74fb4eb5de9b77087 1.08 MB 2,638 165
497,271 497,271 000000000000000000c8acbf788e3afad2d7a8f2cc3d439717318c9c33131f31 1.07 MB 2,427 148
497,270 497,270 000000000000000000ccf4164047a3469e59296a98b7264877834971ed19af98 1.06 MB 2,253 169
497,269 497,269 000000000000000000ce32a9ed8f6ed55394bcbb79cc3b2b0e1abcfea550d423 1.01 MB 1,966 37
497,268 497,268 0000000000000000000663e22f55b895cd4eaf979ced479699391e4c98cabb50 1.01 MB 2,335 33
497,267 497,267 0000000000000000003c0839918f3e27d3cb7e9a74686ec6358dcbdc65710683 1.06 MB 1,464 78
497,266 497,266 00000000000000000083fe2ec85afaaa282597d2f06e0824bc0d7f0957ecc419 1.00 MB 2,113 44
497,265 497,265 00000000000000000055148166598eb5bcc528679fb260a4bd3099880b028bf8 1.07 MB 2,489 158
497,264 497,264 0000000000000000002051f8c702e04001fc2e22a5f80d1cbad256d79293021a 1.07 MB 2,295 189
497,263 497,263 00000000000000000073e0685e34ddb04c54d99b6b92ab4e08ba85eba61fdb11 1.01 MB 2,965 26
497,262 497,262 00000000000000000033511e3d60107bf559ece6e88c4889f58e935f0513a50f 1.02 MB 3,131 82
497,261 497,261 000000000000000000cb74caba718b0e61d323184f743c2269310179acfb6129 1.04 MB 2,308 88
497,260 497,260 000000000000000000a732cd1253d5367d2ce3abe7872888283545fb34a08efd 1.08 MB 2,215 69
497,259 497,259 0000000000000000009c1af2ccf71ebbc072d53bd8e5ba46c09b71b3ec3915d3 1.08 MB 2,478 160
497,258 497,258 000000000000000000362d17dbf0d8d3e78121a2ed3d2d6d16c5995712f89d9e 1.04 MB 2,360 157
497,257 497,257 0000000000000000000d7b3fbc35e63c5947514dbe93f65eddb79accc5196385 1.05 MB 1,923 155
497,256 497,256 00000000000000000043d443649d9010e2280e89ce038009f3e95336674137c8 1.07 MB 2,789 149
497,255 497,255 0000000000000000002f009157c9eb1b52f9c17a129494d02d319680747d64d0 1.05 MB 2,392 189
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.30 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.