Memory Pool Memory Pool Refreshing

6,317 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 11/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 ago 1.00 vMB 3,738 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (493,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,970 413,970 0000000000000000007ab7edb0c91a752ef5f2f4d6ce4ec15e4a28a213a1d27b 0.60 MB 1,402 47
413,969 413,969 000000000000000004b14b9500231d3379512ce0f85a49faa4669753663cc272 0.53 MB 978 52
413,968 413,968 00000000000000000387f124c55425e1609fc533ad6e5fbac2c7700e5b3da16b 0.38 MB 841 49
413,967 413,967 000000000000000004c71ca579ecc5189c2fbedf3b0ab0f21d541963ba3b1fb4 0.85 MB 1,403 37
413,966 413,966 000000000000000003700c5037f87c081e132a0516b297d8654c5274b1608275 0.22 MB 141 17
413,965 413,965 0000000000000000005d0a20377f5369af8c776cccf398061b5ef546438b3359 0.77 MB 1,519 53
413,964 413,964 00000000000000000554957755cdbde10bc1d87f8eb79f572bfb7f1b3164145b 1.00 MB 1,998 46
413,963 413,963 000000000000000003d81c01b003a6856907da0879bd365f515314789bc93f01 1.00 MB 1,453 30
413,962 413,962 0000000000000000031d72cb701a86d17b0c77b75d2f96bc27611a07ebe54159 0.99 MB 2,844 77
413,961 413,961 00000000000000000332b3818386ca6e1dd7d242bbe0e30afd7b2b0e718112ef 0.70 MB 1,326 40
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
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.28 GB sent, 93.33 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.