Memory Pool Memory Pool Refreshing

5,929 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,555 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (57,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,538 850,538 00000000000000000001b0dec74a9288193c412152d285c782c1814ac577e9c0 1.71 MB 3,214 11
850,537 850,537 00000000000000000000d4723c48ff886e310a9960459dd8d90c95a56e0d21a6 1.55 MB 2,377 19
850,536 850,536 0000000000000000000019886626ea67e3bce57250bea781efa9aaea0bd05447 1.98 MB 2,695 9
850,535 850,535 00000000000000000000a88efebb484ca24b097d54730bc2f9b36e18d9109ca7 1.55 MB 3,494 17
850,534 850,534 00000000000000000002747b9e3c0097172bc23489d686e8b885a6fa89c2c4da 1.51 MB 6,752 7
850,533 850,533 0000000000000000000071ebeeaa63277ac26e45ec90bca1a0e3d74b52867479 1.54 MB 4,408 9
850,532 850,532 0000000000000000000301aa8c729c4ab886e649eb3077577018e8ec14de6772 1.63 MB 3,798 7
850,531 850,531 0000000000000000000060f9f1e784e761491cec70bc0f767955704d0789cf0c 1.91 MB 1,521 9
850,530 850,530 00000000000000000000357757f2f014861f4b3baebae3eff4c8c1d33215bcfe 1.93 MB 867 8
850,529 850,529 0000000000000000000021868acbe77e2a94dbda2e4484248ec5022de160be6a 1.84 MB 328 7
850,528 850,528 00000000000000000001eb641ee20e32ea6f78d532f3a55c36109e3a8bdd7d67 1.98 MB 1,775 9
850,527 850,527 00000000000000000002db13665be632070576de4a85fb6ecc92efc725feb57a 1.72 MB 1,571 9
850,526 850,526 0000000000000000000168fe61faa7de3d7aaead3d4333d8131fa500110107bb 1.52 MB 2,940 15
850,525 850,525 00000000000000000002f1fbf97f1852c17523ca65eb194cb69b776fe8e4969d 1.61 MB 2,968 12
850,524 850,524 00000000000000000002f6355abd2baaba58a52700181232919409f7a0e73dc5 2.16 MB 2,642 7
850,523 850,523 000000000000000000023e32367989dd1ea5687e77c4c0a1c08a522356c2c97e 1.67 MB 2,983 14
850,522 850,522 000000000000000000007cc7855abedf8cb5afbdbe3482ffc9695c83f152103f 1.77 MB 2,312 14
850,521 850,521 000000000000000000031720b2886c140b9ed064d0db8bca885fd5bd8f1dcf41 1.74 MB 1,143 7
850,520 850,520 00000000000000000000f98de42f3ef8c0160a1fa6ea98e97e274e89dd0aa862 1.68 MB 1,959 10
850,519 850,519 0000000000000000000279ab7e961298316d537420295b8a020eec1ea3e5d859 1.79 MB 1,532 8
850,518 850,518 000000000000000000021b02c884dc6bfee96d355073d8c36ddd6035169ee353 1.84 MB 748 6
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.78 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.