Memory Pool Memory Pool Refreshing

2,560 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,636 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (824,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,057 84,057 000000000006b6bfd01afa2e4c5bf5e9095a69313c30d3f1fb16adab4f565904 0.00 MB 3 0
84,056 84,056 000000000012fc7e906523128df8ab168f4b741c222fd6b7cfdfb54c67d3b7ad 0.00 MB 3 0
84,055 84,055 00000000001381701004242fb6f03aadfb06682591fb31043c83383a9eca1a1f 0.00 MB 1 0
84,054 84,054 00000000000f009954d339ed6dc965dda906757f03114fcbf223d29f99d9b6b6 0.00 MB 4 0
84,053 84,053 000000000010b2fe78f609d5210a2b3ad01db7ddb898891e939e3d680adf09a7 0.00 MB 2 0
84,052 84,052 00000000002f91521c70eab5c748d4699f67d09d0775b2930d570107429ca864 0.00 MB 1 0
84,051 84,051 000000000015ec211e4cb173ac7433667711da710b89142c0fdfa68968df18bd 0.00 MB 2 0
84,050 84,050 00000000001a3e3b372d40c1279be962ff8ca6fdd97cce2d50c1b6b8f33385f6 0.00 MB 4 0
84,049 84,049 0000000000230e2490ee2fa79d2bab90b6ee1b9a302f156076f260968dfc8a76 0.00 MB 1 0
84,048 84,048 0000000000109fa1e7a2558d7bb221512c635cc310dd512ef4f1500225b2be01 0.00 MB 1 0
84,047 84,047 000000000002d0d4a68112f6e66243f24d84a5c1a5217c141e747c76150e922e 0.00 MB 4 0
84,046 84,046 000000000030cbaea3ac47b419b9fe48cb8a8f3048e706ea9cefe2fc254b11e8 0.00 MB 9 0
84,045 84,045 00000000002001bf17769e3172a1d608ae7e1f7f917ec8af22b7c6801e83034c 0.00 MB 1 0
84,044 84,044 00000000000d570287e011b75b54f199de3357aeafa1f1105c5850f887882bc5 0.00 MB 1 0
84,043 84,043 000000000029a12f62b02307480b93b3445934d1d7da648d1e64e82f42e32397 0.00 MB 3 0
84,042 84,042 0000000000239d0dccf04181689523a8a1d3cdb229976ffb7f009845ac672f52 0.00 MB 3 0
84,041 84,041 0000000000017dfa8c47fe8c42c2c48dfac6407996ab6c749189951321b6afe9 0.00 MB 2 0
84,040 84,040 000000000025daa84872d731c279b6deb2511b5bcb1de18c318a591eca6ebb6c 0.00 MB 4 0
84,039 84,039 000000000018045aea8fddc8687579e0c58d29ff69b0038d0418513b7d973724 0.00 MB 1 0
84,038 84,038 00000000000285f0b2d106834576e227d7f29db897f60f5a936bd32131317c48 0.00 MB 1 0
84,037 84,037 000000000007b825c729859ae86ce07bee4d08414743fa07a014b80f6bde7f04 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.86 GB sent, 101.31 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.