Memory Pool Memory Pool Refreshing

8,607 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,785 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (11,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,921 895,921 00000000000000000002427cd5ebdac7344ed125ad9ecf90afe6375df7dc4d06 1.61 MB 3,192 3
895,920 895,920 0000000000000000000213e630619be8945d471d06b0395fb6adca797877527d 1.65 MB 3,476 4
895,919 895,919 000000000000000000010632c3cfa0954b4a9e0a540afdad4e65fd5fe7c9d554 1.63 MB 3,150 4
895,918 895,918 000000000000000000014b1615efd21d68781c8b30765b572cdcbdbac22cf438 1.88 MB 1,516 1
895,917 895,917 0000000000000000000185517b32109d488a5f68ad956b90f2a9c1d870e74424 1.43 MB 2,700 3
895,916 895,916 00000000000000000001ed7c01b508b252acef73bb2072e2621b26a215fc7673 1.15 MB 867 2
895,915 895,915 000000000000000000005fd047d125d510037695bd550b92da8f7364bd1279db 1.60 MB 2,458 4
895,914 895,914 0000000000000000000220669bf4c8e2489aa633aa237e9520f8630e644d627f 1.49 MB 3,406 2
895,913 895,913 00000000000000000001931ca7c81aca083681e158b725d9c988a68eea36df8c 1.61 MB 3,373 6
895,912 895,912 000000000000000000023a1096e026b42daa1b02d886573b5e95331229164969 1.62 MB 2,998 8
895,911 895,911 000000000000000000014ef1534012e63b11d76acf292715558a23d79f7188fc 1.84 MB 1,034 2
895,910 895,910 00000000000000000000d8752ccb0dbfd1b0fc0f53d91395cb1e7a554a1f8d1d 1.80 MB 1,618 1
895,909 895,909 000000000000000000005b517bd089a2e5f6f83219ea9c6e73d82f863784f11e 1.49 MB 2,102 4
895,908 895,908 0000000000000000000087c7b73d03028cc8bf4270ad4d408aebce922371b9e4 1.47 MB 1,968 2
895,907 895,907 00000000000000000000551d29f687442506c119d95a45332caf443c1cc4724b 1.65 MB 2,850 5
895,906 895,906 000000000000000000022c8e8be1401fe38a30fa30a3d9f58022c34950643286 1.52 MB 2,370 4
895,905 895,905 000000000000000000008471bb830186b313afc0bf3550f230bd969998451a0a 1.54 MB 1,893 3
895,904 895,904 000000000000000000006517305f82f5ea4765ab16788981bf96885467629317 1.53 MB 2,665 5
895,903 895,903 00000000000000000002168e978c0b8f3b89a127603690c0e5df2c65f015d896 1.25 MB 468 2
895,902 895,902 00000000000000000001476e68d849ba7edd009d3f5dba5495e98620e17f74a9 1.67 MB 3,316 3
895,901 895,901 000000000000000000010afb949184fc8c051ad18b9dd69f206ce0ceea5efdb7 1.54 MB 3,300 10
Previous 10 blocks ↓
Total Size: 769.29 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,639.46 GB sent, 94.37 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.