Memory Pool Memory Pool Refreshing

820 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
902,340 000000000000000000023a040000000000000000000000000000000000000000 0.25 vMB 812 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,339 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,339 902,339 0000000000000000000073fa844273452d2c71b36f6dec32f6170fa1f0ad6e6d ago 1.43 MB 2,871 3
902,338 902,338 000000000000000000019acfe25fa831f6bc8dfe160b0b59a68b717b66ff8861 ago 0.56 MB 807 1
902,337 902,337 00000000000000000002335d55e23594b2e57df656cf1b65b2cce7e01d775d0a ago 1.64 MB 1,955 2
902,336 902,336 00000000000000000000127cc9d7f26ee006e7aa90a2f0a24b8d5e70252cd54b ago 1.62 MB 3,575 2
902,335 902,335 000000000000000000013acd63c75412cb5cde4831296fd7f36b095ca7e1d4a1 ago 1.57 MB 3,842 5
902,334 902,334 000000000000000000012796c3b8c1c3159076b6b923ea0c558463e4c97fafd3 1.59 MB 2,856 2
902,333 902,333 000000000000000000020e13c402fcf420580ff63a3c57b36945ad92d39ed069 1.73 MB 2,043 2
902,332 902,332 00000000000000000000dac1b36137072668e9413c0dedd19d03d7b47544d130 1.62 MB 2,421 2
902,331 902,331 00000000000000000001c29c2e03f45da792cc07fdd5a92d69e156c7d05b2664 1.61 MB 3,050 3
902,330 902,330 00000000000000000001adc3249d5b5804d22f337a7d785b0692d742d280101d 1.63 MB 3,041 2
902,329 902,329 000000000000000000003ea1e4ec6347bee13f8c0a04c4700b4654bd4587b5ce 1.56 MB 3,926 5
902,328 902,328 000000000000000000007c9c17c7bf755ee79720c35ac8ebdb7dab148c6b7ff9 1.10 MB 2,591 2
902,327 902,327 00000000000000000000e247ca7e8a3be0bb048f5312b635da90fd8c5923c3a3 1.37 MB 2,825 2
902,326 902,326 000000000000000000007ce06b9035de2f8f314b485260d15098dec37cf3b4cb 1.60 MB 3,343 1
902,325 902,325 00000000000000000000604d3c7bde29e53a67b8b4ac684fa54387c738270008 1.55 MB 3,776 4
902,324 902,324 0000000000000000000124f771f97e8b803d7581486561e294e7a9e8eb4e44ec 1.61 MB 2,525 2
902,323 902,323 0000000000000000000159b8331f67fcdb98b7655d94aee1a4fa17abf92dc2ce 1.67 MB 4,183 2
902,322 902,322 00000000000000000000c8e1382cf261890e7f64b7b889a6c09c5b2801dc3a1b 1.51 MB 2,210 1
902,321 902,321 00000000000000000000f37249fdb265cd76e0cf2c2ab01162db610de04e7f7a 1.53 MB 2,701 3
902,320 902,320 000000000000000000017877e739237e70a186f0e3dd7835c29693c0b777c5bb 1.88 MB 2,274 1
902,319 902,319 0000000000000000000107ab5fac1b65b2d536791880725acb41ecfc3a353c23 1.54 MB 3,110 3
Previous 10 blocks ↓
Total Size: 759.75 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: 869.15 GB sent, 44.98 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.