Memory Pool Memory Pool Refreshing

8,106 transactions
5.41 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,241 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,927 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,240 (865,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,819 42,819 00000000070cf15cb22bed68c5bdc16284ac2e2e5020d2a5d1f31c6a8baa190e 0.00 MB 1 0
42,818 42,818 000000002f84f592542a8b0d3080fca1ea954c35f111c04e231feba453b07da7 0.00 MB 1 0
42,817 42,817 0000000028b04af6521b7362760ff44f112ef11eda467e5710b71a99ef77293c 0.00 MB 1 0
42,816 42,816 000000003c62f4fc6ab6330733dc97476239dff9a906e242f990de33e4603093 0.00 MB 1 0
42,815 42,815 0000000022704fa3b749e8d4528e3376bc74f5937b53df6f5ca34502037f36eb 0.00 MB 1 0
42,814 42,814 00000000409c9a26a7fd0a7c6b0dd5b7612ea65a891ad7545bf5d6f98db678e6 0.00 MB 1 0
42,813 42,813 0000000034ba5dcc0e8f61b2d1aee721ac3e2f9033d382a8055aaf2d3bd43ba0 0.00 MB 1 0
42,812 42,812 000000004289fa50f4ca9eea7e396c4dc192b04ad98b7f275c87bce771fd149b 0.00 MB 1 0
42,811 42,811 000000003bc5e78d8f3ddc2e5354e625f83a8f1c00c8f730eca0589e20a1baf7 0.00 MB 1 0
42,810 42,810 000000001549267d465203b21a33daec31e76dd0804bdaecf4582c8b99de84b0 0.00 MB 1 0
42,809 42,809 000000003edc3ee3ff85744952be7b3ef0c5e8069a9becf45ff04498f70473ee 0.00 MB 1 0
42,808 42,808 000000000c3b09ee2832710dc3f059374b9dbfaa5eab9fd903444f178659aa61 0.00 MB 1 0
42,807 42,807 000000001dffd5ae06b862570a196201fceaa475ecedc0a9bc9339ef2fe61ee2 0.00 MB 1 0
42,806 42,806 00000000277278b080b5f61b12b6e5bd547bb317825e9ce48b8b1f59c5441894 0.00 MB 1 0
42,805 42,805 0000000037ae4628a7f3c4db5769e98782425480dac226df3560d94054dbd54d 0.00 MB 1 0
42,804 42,804 0000000010f42061885150568d88e7beb05924313855ff2020ccda9744139aa7 0.00 MB 1 0
42,803 42,803 000000002b79e41f3bbf40a8a9613e7a0c26183f11466d95ca43892ddea62ff8 0.00 MB 1 0
42,802 42,802 000000002927f59c8265d784de3fee996718b87b7ad88cf9d4389228390c52ea 0.00 MB 1 0
42,801 42,801 000000003915292b1352980e0a50530b0b6a09db469adce59ec7da8fcb9437d9 0.00 MB 1 0
42,800 42,800 0000000023aa4cf8b9c500365947dc18e76cd6c06c410645ee28791728bd5f7d 0.00 MB 2 0
42,799 42,799 0000000003a66308af0d5d96243b3b81c0b3ae2da4acae8258a5d5c2d3226261 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.04 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,688.62 GB sent, 97.88 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.