Memory Pool Memory Pool Refreshing

17,414 transactions
5.61 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (707,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,709 200,709 000000000000032f1cc54ecb41323bdc1edbb54a084bdcc7c6e0b81a1c2b06ef 0.08 MB 95 86
200,708 200,708 0000000000000169446cb53886aafddc3914a7b75b9e6d7467c3af2cef8bfcf4 0.07 MB 157 111
200,707 200,707 00000000000003a0a41d026e4d72eb5023d32ef6ffa33e340499e90ed7c16b88 0.04 MB 134 105
200,706 200,706 00000000000003cb1d4f1bde35004aad173ae91964e848949d3be349dd8f7506 0.01 MB 31 128
200,705 200,705 000000000000056cae5e814ec0c07fdd4c167ec52397845df63f18460a65d61c 0.03 MB 70 139
200,704 200,704 000000000000028e97d422e7b4d4d336e472499cf0e072e24587856939cc3478 0.06 MB 121 119
200,703 200,703 00000000000000fd97189d6d4b8d1faffe7d6de5a35d7e6e688e2f1a08e9f36c 0.01 MB 21 109
200,702 200,702 000000000000035a42b976a3114b46053f555b8a692c51cc09a8bea0c9eb9877 0.01 MB 26 165
200,701 200,701 00000000000004d9981618daefd42e43fb95c927d493ffe0510754459a5d511a 0.03 MB 85 22
200,700 200,700 000000000000026dd2fe3abe56701b6c6a8cd154ba06186d1f2620bed8592ea1 0.01 MB 19 103
200,699 200,699 000000000000010e920bcea1905fd30a92952e3ee71f36238f69fcf204246075 0.08 MB 203 114
200,698 200,698 000000000000000ef85b4831fb3b933170d70db208fefd40d33d5915ee2e5bae 0.08 MB 153 102
200,697 200,697 0000000000000592bbb18817bb3171e4cdb1eba104ee60dadc6b37e06543f48a 0.01 MB 26 82
200,696 200,696 00000000000002a95158d4fa296ef57d753b3f0da9fd32fd1a030d2cbf3da0d3 0.06 MB 130 108
200,695 200,695 00000000000003d3382a933b7b754aa4790ef664bd795f4bde58fd94f53b05e2 0.01 MB 27 122
200,694 200,694 00000000000000d505f37847e324f5c343130c1066b8832be89b4b2b42f19995 0.08 MB 159 111
200,693 200,693 000000000000031e72194a98a71552f757660437c83f0dfd80e05345cc497290 0.16 MB 272 88
200,692 200,692 00000000000000992bd58b74c114dc2704327f1d1f7751c0a27dd350623d321e 0.00 MB 11 0
200,691 200,691 00000000000002f008fb0b6cc4a79c3606ae7210b3b7950c10215bfb27ad545c 0.17 MB 290 121
200,690 200,690 00000000000004d98a6e7bd83f80847367bd8bd4282f7fa16867d57d83d0a5e4 0.01 MB 21 80
200,689 200,689 000000000000019d301f37867ef925d517709a1d114955ea820e409ac267e8d0 0.12 MB 227 100
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.