Memory Pool Memory Pool Refreshing

12,774 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (493,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,960 413,960 000000000000000002da2e5eebe6b038b60f277d81caef0654e3eaa59d82b31e 1.00 MB 2,484 60
413,959 413,959 000000000000000002c8a3edb5b1ea7acbd12f605cb4bafcf636412dfa2e559d 0.30 MB 235 22
413,958 413,958 000000000000000004e1f222edf916d37fd6f322cf3e96db87b1e832005c834a 1.00 MB 133 9
413,957 413,957 000000000000000004a0a4e628417ae9b6070c7f5695a3ff78eea9b576e90a19 1.00 MB 420 12
413,956 413,956 0000000000000000057d44e4e5d5858a0206441c87ac923391b130d18353441e 1.00 MB 2,327 72
413,955 413,955 000000000000000004b2a7a9a90e768f0a967e467f4e2e98aa356c44c51ee88f 1.00 MB 1,677 36
413,954 413,954 0000000000000000010d2d0b92efc807b1c8062d694d2259725de029bfd9ac15 1.00 MB 2,556 62
413,953 413,953 000000000000000001d433b5cfad9781bc6809c37ee6a6211ae4cf8cb50d7fab 0.99 MB 1,479 33
413,952 413,952 000000000000000002eb7bbe49c53b106cf4bf224ac1d9bcfbaf984714bf4329 1.00 MB 2,773 74
413,951 413,951 000000000000000004a133cc8758ebd7cfcb642910f93579aef843c5357a6007 1.00 MB 979 20
413,950 413,950 000000000000000003880313bf6d65c796d1bf4291b37001534c45a7e434981d 1.00 MB 2,404 60
413,949 413,949 00000000000000000127fc33aa13fc83f8f71493e9191fd0ccb385d376ee1d9e 1.00 MB 1,544 37
413,948 413,948 00000000000000000478e4c7a00d7230e17c47645c2d5cf12aced9f8bcbf1be8 1.00 MB 1,846 39
413,947 413,947 00000000000000000400aa229f90c6c68d3b61daf1e848c32b93ef6242fb7530 0.99 MB 2,350 64
413,946 413,946 00000000000000000094c6e208e44b04263dd1eecef7f910a2ca986e46c5747c 1.00 MB 2,210 42
413,945 413,945 00000000000000000531e8cc83ab9bb4644642cfb32b911ac0971871a03270f0 1.00 MB 2,566 69
413,944 413,944 000000000000000002b72c9eaf4694e67070bb5973bc3a8b79e790b4cbac6cf7 1.00 MB 2,755 64
413,943 413,943 000000000000000001d1a3abcd91bf50fc015b0cb3e29fc8deac7c13c072ba2c 0.07 MB 49 28
413,942 413,942 00000000000000000175bea88e597cc8b18676826153e77bbc67f8779a946bad 0.16 MB 286 53
413,941 413,941 000000000000000000e1fa3c18c23d5bfd00b64e8c13093ce58ef30aac5979e4 0.72 MB 391 17
413,940 413,940 000000000000000001360933029619b584c654a6561933dc470cbb75b49ce6fe 1.00 MB 1,835 49
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.20 GB sent, 92.93 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.