Memory Pool Memory Pool Refreshing

3,471 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,646 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,808 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,645 (823,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,836 84,836 000000000000e8b0d58c37ec4b742a9fcc8e567480ea3b553d5e042c0f640085 0.00 MB 2 0
84,835 84,835 00000000002c391fdfb666125ef6b217fc198d2918e19b9a0d5c2fb5ccffd7bb 0.00 MB 2 0
84,834 84,834 00000000000b95741193f761bf15347d3f89e8fa84ff87a5b7a9b1337ff6569f 0.00 MB 2 0
84,833 84,833 00000000001a4e677baa2374fd3b48518e50624d81ad50b801c4ba42e06358aa 0.00 MB 1 0
84,832 84,832 000000000003922cc1020de68820dbef47e58e0015223e58670bcf27e4697fb2 0.00 MB 2 0
84,831 84,831 0000000000122aa58e460b8977ad084c44ac5a200aeaf8da8c54f26c80a9ca0d 0.00 MB 1 0
84,830 84,830 000000000019a2d1904bc50716fc736848310515b8c97fd757301adda9afd67a 0.00 MB 4 0
84,829 84,829 0000000000152df9902153f51e52926da7ec3a7670e7e218cbf680c35e1dcd7f 0.00 MB 2 0
84,828 84,828 000000000028cddffc0524525aa27f4295c068f7ce51ee9237d2ef3f09136376 0.00 MB 1 0
84,827 84,827 0000000000244fa70c5d3ef30fd340535eb154e4cd92f64afb7e2a6a928591b7 0.00 MB 2 0
84,826 84,826 000000000024e001d22671502b82971df47482c38d2c09217e219580f1bdd10e 0.00 MB 1 0
84,825 84,825 00000000000f1231b0c96fa34748f905513dd4313f69006aa499daf5031e76eb 0.00 MB 2 0
84,824 84,824 00000000002b7d3cc0ff987b7c1403d292038d9cdecd7726f9a6f0418b9710a6 0.00 MB 2 0
84,823 84,823 00000000001a8c420cef8559319823d84612f7ea1eb7ee2bbbe087c56db0f861 0.00 MB 1 0
84,822 84,822 00000000002750317b222c2b60da78dd348f0ea22227562d50b81c1d5f9fcd58 0.00 MB 1 0
84,821 84,821 00000000001a5805266617ab2bbf700a6fe5ba015717d743ef81e4fb02c25709 0.00 MB 2 0
84,820 84,820 00000000001beb693bc24d703c145d3b17dc2ce3d9e7d528893cca7e2ca24c05 0.00 MB 1 0
84,819 84,819 0000000000054751ac8ed5d89bdb1d90b62923f48b5a5a5d93ec3a4fff1cac71 0.00 MB 1 0
84,818 84,818 00000000002465e71d8b1b97a8298ec0627592586afbf9d0abcd9b1d8c8c372b 0.00 MB 1 0
84,817 84,817 000000000017b63ae83e085b0f9f29a68f3bbbcad0be5b779246b3b93cd2ede2 0.00 MB 1 0
84,816 84,816 000000000003e4ac89f2ddfd793a37d7ba16c47f21f2cd915e0d3e328e13c89a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.30 GB sent, 101.40 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.