Memory Pool Memory Pool Refreshing

1,481 transactions
11.05 vMB
Show Random Selection Loading Transactions
Max Size: 45/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,341 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,340 (845,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,424 62,424 000000000bcdde888deab38cfac30dd3eda6a151f8428d0f6d508bce1f6263cd 0.00 MB 2 0
62,423 62,423 000000000cd9ba5aee8c9d4fb48c4bb139133c0713ca3db52047d3322b042df6 0.00 MB 2 0
62,422 62,422 000000000c77dcefbaea0998f07eb259088b399e75cf71c2ae460d260999973a 0.00 MB 1 0
62,421 62,421 0000000005ccf24e3535cb2156e516a4a468cd786c0c073d2aaa2b63fed0c62b 0.00 MB 2 0
62,420 62,420 0000000007236a85d41a684b83d2198c10dbce7f87a985b9e58140d70400fafb 0.00 MB 1 0
62,419 62,419 000000000e14d764999288e7f96aa7a579ee270bb237088b94e5a40effb273c3 0.00 MB 1 0
62,418 62,418 00000000017954f08f96249671d50bc8022dbd3bac1cdc01cf7c25b39498d53e 0.00 MB 1 0
62,417 62,417 0000000009c98d47580cb921dc6e1d49876620220fdcf720478d8203ca458fbf 0.00 MB 1 0
62,416 62,416 0000000007ee2ef3ff5afcbdab54c9ad12db6db526cbf8082c0fbc53837efc8e 0.00 MB 1 0
62,415 62,415 0000000007c9c50e09c5f013a94479264b05ccca3c0180d24cc93a6376327be8 0.00 MB 1 0
62,414 62,414 00000000079267a2ed3824eb0f7b4a9e405adbc4253a11655d5fc69c5028b5dc 0.00 MB 1 0
62,413 62,413 00000000098c43c92303a2b8f9006414bc395076f63c36ae23d1dec6356129cf 0.00 MB 1 0
62,412 62,412 000000000cb3b19330a5022789ac90af52ee8d86baded3ba7e972b0c6caef295 0.00 MB 1 0
62,411 62,411 0000000003433d5f8af3385886de151be7cfd989d9b0ee9ba58def258369a87e 0.00 MB 1 0
62,410 62,410 0000000001912535b1fc214288e17474b11adafe43d857009f53f2ad8baea0c3 0.00 MB 1 0
62,409 62,409 000000000143c4c62a9015d5a8baf0fe712e057238617d61d553ee7b95ff3f88 0.00 MB 1 0
62,408 62,408 000000000c5c4c64fad508a9db4a4a0ef0315632913e28380377500fbf7fdf55 0.00 MB 1 0
62,407 62,407 00000000067b57ff2adbab7ccf8f5416d7508e9fd8023d98c68ba47f4eb028da 0.00 MB 1 0
62,406 62,406 000000000c6daf2be2930b409815b908c0aa8f0006afc788a62e87a56214250d 0.00 MB 2 0
62,405 62,405 00000000063b14fdbcbe31925c5de925ce53ec9c98dc0ef0abd72ef106069574 0.00 MB 1 0
62,404 62,404 000000000b8c6fda019eb89707f68f2c5e52f38f0c3389fa6ab7326936f4d952 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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,701.75 GB sent, 98.77 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.