Memory Pool Memory Pool Refreshing

14,284 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (753,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,787 153,787 0000000000000a59cb19a6f504df54d1943df203726ac3a4b1eff478829da2c4 0.01 MB 27 123
153,786 153,786 00000000000001b39a58e270fc015f1b4ac85875af523ce241753a0fb7f3b2aa 0.05 MB 115 52
153,785 153,785 0000000000000c5a406b99d1ed3b40486e9d32acbef13b2543783663c1353d4d 0.02 MB 46 107
153,784 153,784 000000000000020afff0354603d1babca8ca6d01adcb06dfed9edf7ebaa0a81b 0.00 MB 7 74
153,783 153,783 000000000000073ccece58b818902ec1e852f5b6278c930166eada66b10a253a 0.02 MB 47 11
153,782 153,782 00000000000004ecda2d7e487464c3c2a7943d9855bd0caece123dc37b18b1c2 0.02 MB 8 69
153,781 153,781 0000000000000bb44d01b8fe8f95d3372c3a734086bbb728c45c227281df463f 0.01 MB 11 33
153,780 153,780 00000000000009b520178f28de96ad2fbdee5998b9f9c2ae7b8036a57e396be7 0.00 MB 11 302
153,779 153,779 00000000000005188e14aef30aebadf3e8f96575ffafcfb4ceffad4049ad4a28 0.00 MB 12 130
153,778 153,778 000000000000038f3063fbdb3806acec00ba1975cefe6c475feda5890fc4c892 0.03 MB 75 193
153,777 153,777 0000000000000942a321cf16fd252938e4b56065099cff1a3c7341206e2e1b69 0.01 MB 22 209
153,776 153,776 00000000000003017caa7ebb5ac1384bc8f9acd35f2ef42432ea997eba830c46 0.02 MB 48 120
153,775 153,775 000000000000024c381faeaa2529e8b4ae0f9ba28340c2ea51d4449ccaddef3e 0.00 MB 6 0
153,774 153,774 000000000000089d106b9e38a6a8a30914d0b4a052452f2922feb2730769e569 0.01 MB 16 79
153,773 153,773 00000000000008f192172392f914095de7a16bb359f32666949d83797bdc9f28 0.05 MB 146 7
153,772 153,772 000000000000087418fbd3ccdc8119f315326bf5a110413932aa862539cc6de5 0.03 MB 68 134
153,771 153,771 00000000000002e854a66f2b15ba29eb7a933aeb2bdea40b4b2bf1284a5d1c0c 0.01 MB 23 78
153,770 153,770 0000000000000797aa650995115ef4d34e64ace45632b546cfee3d87b6188060 0.08 MB 52 916
153,769 153,769 000000000000085ed4fcb0207ae516c74cbde3d1a3a0bb7b74de27435653149e 0.00 MB 6 56
153,768 153,768 000000000000072e9a2fc7870aebcaa2bfde713c5e59cd7df2a78bbf4c06c486 0.01 MB 15 56
153,767 153,767 0000000000000112407d68b6b619c92086592e3e5c8560eadc10f7c2482cc45b 0.02 MB 55 137
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,622.96 GB sent, 92.96 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.