Memory Pool Memory Pool Refreshing

2,500 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,383 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,382 (839,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,130 69,130 00000000003df5609e8ec314238db29a7504e3c709204515a6d9c83936269b08 0.00 MB 4 0
69,129 69,129 00000000000038b590326c45134b260011c9997d9633c04415b17b13af80a35c 0.00 MB 2 0
69,128 69,128 0000000000e7b77d3ddf71f2cb023f3c0e99ed58d2f34fd402de1389a555cf73 0.00 MB 1 0
69,127 69,127 000000000095af98d40a6f5c8a7a03f3bafb4dd86882952a616fb7c593d08a2e 0.00 MB 1 0
69,126 69,126 000000000163e77cba33e7ff61c2fd250b5324ce3600d73d59f4f31cc4dbeca9 0.00 MB 1 0
69,125 69,125 0000000000bec2a78c031d03d13d6191208bc3c5a62851cd9d95a0036cab505c 0.00 MB 1 0
69,124 69,124 000000000087d2c488cc8d78b5baf60876335ae66e675b80fbdcdc69bb2f7563 0.00 MB 2 0
69,123 69,123 00000000003362a1de45e4ae086fb5f47592f2bbac8813bcaa353992c9ac7f69 0.00 MB 1 0
69,122 69,122 0000000000774447dde35c2ca47ff41f6384294baca3894776b27dfeedcd9e6f 0.00 MB 4 0
69,121 69,121 00000000002d983a9d3cb23e46862dfe2e520b592d9c04aeb47789c58d4ff9d4 0.00 MB 4 0
69,120 69,120 0000000000d4ec13b16abe4b4e4878ac9e8623e90ae300d00c594fe1521a4044 0.00 MB 1 0
69,119 69,119 00000000015c4308e5e2fc87c50c7c52e2e8541443c7de2b2bd0dadcac5d2b94 0.00 MB 5 0
69,118 69,118 00000000008fd46dfd23d315eaceaafcc3d39ce79bcf7fc96f3aa1e770ddae07 0.00 MB 8 0
69,117 69,117 0000000000fd169bf0d2b45d4e52b442615737dcfca1c403b2c39333a7ddfc60 0.00 MB 3 0
69,116 69,116 0000000001271dbc9ee39e70fea08bdef42fc68656eea8e1d393e916e222ad18 0.00 MB 5 0
69,115 69,115 000000000116d802aa7a5eb436982e6bdd85441b64b5ed240d55b204008892de 0.00 MB 4 0
69,114 69,114 000000000162023e7e36528a87accd685974a8f10e24477211a38aa317bb22c1 0.00 MB 2 0
69,113 69,113 00000000002615a153bcb533fab00fbdb4fbd2787c675dbf21d572c1ff34729f 0.00 MB 1 0
69,112 69,112 00000000005cd0828a9b7d04cfea50945cb026353ad90abe4000f5a763809fc5 0.00 MB 4 0
69,111 69,111 0000000000dbe47c9bc96c80644a5343bd89fcef12faaffe825e8f9f21e958a4 0.00 MB 5 0
69,110 69,110 00000000015e4fd946ab94cf7a92d988eb31ed9965488830a3dcc01c0b2487b1 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.40 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,703.65 GB sent, 99.13 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.