Memory Pool Memory Pool Refreshing

1,762 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,758 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (862,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,847 45,847 0000000034e7d275e13d1fa90617dba8599412be0287eba30613aa8eafcb3ec1 0.00 MB 1 0
45,846 45,846 000000000db34d449a5ca82bd288421331ef3e332bb1a053016934120bcddda3 0.00 MB 1 0
45,845 45,845 0000000016b8a222f1a561aa70d2d56fb5723ab989aa2d0d67ec182c42025cfa 0.00 MB 1 0
45,844 45,844 000000002efac8ad8739fd0e5f03f8eb08c636194fc3b13d93e2f25f04c414df 0.00 MB 1 0
45,843 45,843 0000000030aeb411a6941fcc111a5c51d7e1e32df607d29fd3488792ede2702d 0.00 MB 1 0
45,842 45,842 0000000014f962b0ffff98e1bf2696438492939797f614ed91ffcc552193d955 0.00 MB 1 0
45,841 45,841 0000000031b2b5a6909cca99e90f62f55566b2218e250fce5edde534af84dfd3 0.00 MB 1 0
45,840 45,840 000000002f1a02a274861bd4a7a708acf960f1eb972f634a6bbdb10521ddea21 0.00 MB 1 0
45,839 45,839 00000000116f2fcd87dd3322ae92c0d12e351fad5163ff795da9b6591b03dfe6 0.00 MB 1 0
45,838 45,838 0000000022cded07a81e5800a494bd942b01e5de0f6a83e8c2b87938da73a1dd 0.00 MB 1 0
45,837 45,837 000000001b7acccd367eb1a294617d4a40012e3ef0be061dc56625ae2f916251 0.00 MB 1 0
45,836 45,836 0000000005d3a826d15618af5df9266c20d9f8f570291bed670f3b429f8d4bc2 0.00 MB 1 0
45,835 45,835 000000002b55c431275a78264b733f996b720633327c951a6dc0abb932fee1c5 0.00 MB 1 0
45,834 45,834 000000000243a8964788fa9b6c10af03c352bd7c2e3756c1c359dc995f7ab6f6 0.01 MB 2 0
45,833 45,833 0000000009a1d6f5c63966e9eb7f7627c87177017b981ea59e14c503538eaf0f 0.00 MB 1 0
45,832 45,832 0000000030e2eea516ddc719c88cb095ae7489ca1a4eb61538610a4cc5cade60 0.00 MB 2 0
45,831 45,831 000000001e6ba7a7b1de45198ff0c28b02fe8786068d16e052171a054c559aed 0.00 MB 1 0
45,830 45,830 0000000012106bc7ffa00ac98cb8938d008df945a537a054d2260e87285769a0 0.00 MB 1 0
45,829 45,829 00000000030d35e8d644461c02c7f936311af7036e1438807657815babc5102b 0.00 MB 3 0
45,828 45,828 0000000010ab0eaadc5b81ab968ef053228d3a786f2161cf36c12606f5dc8aed 0.00 MB 1 0
45,827 45,827 0000000008c343759719101bb7e65c579e838cada37c485c7cd0df82481eddbb 0.00 MB 1 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.80 GB sent, 101.29 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.