Memory Pool Memory Pool Refreshing

2,075 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (904,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,339 3,339 0000000007d690176bca8d3638d5907c4806f04fc88bbc2f28db8162fa10e995 0.00 MB 1 0
3,338 3,338 000000008c6c7842f13d2ab7712a437e6755787feaf61b1baafcfce8ced1e28d 0.00 MB 1 0
3,337 3,337 000000009cd2022b5209ea9f0988b8a599cdb3aa897b30b7c0cb50bdf07e839a 0.00 MB 1 0
3,336 3,336 00000000320110c4f08cd2b28ff27d541ef926aaaf2a6a0c08e9b336867da8a2 0.00 MB 1 0
3,335 3,335 000000003cc13c075db46335d860d9e7eb559157d0a7696675799979363c7c39 0.00 MB 1 0
3,334 3,334 0000000012c0d2d7bdb9f16c2fef39bec4b7fc84e117e21d7a8aed23e444fc9e 0.00 MB 1 0
3,333 3,333 00000000c792e56146dbddad10fd6291486bd905b14992e54319f08196d88da3 0.00 MB 1 0
3,332 3,332 0000000029dd23371637ffe40c2121b5bb246492e3595248f754ea461ac433b5 0.00 MB 1 0
3,331 3,331 000000008ee77e89497155b486b401f7024a071124905621a04d94cd14274e4e 0.00 MB 1 0
3,330 3,330 000000000035f4cce8ac52847b6618f8bd3f53d501dc6a006839a0963a8f6f6e 0.00 MB 1 0
3,329 3,329 000000000facf3d80ce6b133c757b7080454e83120539a962d4939efa244dbc2 0.00 MB 1 0
3,328 3,328 00000000f2588bc7c3a6f0bfd86dea3b1d89cfa40e7e1de541107f643675a5d5 0.00 MB 1 0
3,327 3,327 00000000eff54d5e41ba2af7f47e568590ffc1369671e0e9bbf710778a271948 0.00 MB 1 0
3,326 3,326 00000000c799052a807b645a8b0407a35475d0a2cae92544d41c5a30226f4013 0.00 MB 1 0
3,325 3,325 000000003ad78dad85af064768461527ee2458869ae7066cd22b826fd6c31dbb 0.00 MB 1 0
3,324 3,324 0000000020029ec024e149c0abc9319ccebe038a163c17a27a7ad029152133d6 0.00 MB 1 0
3,323 3,323 00000000b0377041fa2c5b227b75ea9fed7c3635c9c1d94ec1389ff6096fa3d3 0.00 MB 1 0
3,322 3,322 00000000b59a16623d132e4bd5dfceb8dafc87d7b9b82aee8698d6a180693100 0.00 MB 1 0
3,321 3,321 0000000096b10c38faeb0f0a8108d6b3abb98df22066a1ced832c853dbfd536b 0.00 MB 1 0
3,320 3,320 0000000005b5a5457c73250d3d17d18f1146f002ea7f2b5ba193e760902c0b88 0.00 MB 1 0
3,319 3,319 00000000519517e8d7c408a7a819a990bd639ff70ebbd23d27d8c8eb355303e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.57 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,649.95 GB sent, 95.79 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.