Memory Pool Memory Pool Refreshing

1,571 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,535 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (205,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
701,771 701,771 00000000000000000002ca2a25eb9c2169f274a374317a750cdda185720773b6 0.10 MB 261 15
701,770 701,770 0000000000000000000e78c14f6eb8bdf3dbbba22fde24d7dde91367f5e5e0cd 0.41 MB 628 10
701,769 701,769 0000000000000000000bd581f855064d7326e7796a8bccf656e6d222ac69be7f 1.03 MB 1,770 15
701,768 701,768 000000000000000000026479bdb966b320dcf47019a11d75e2eca391cacefb77 0.92 MB 1,627 8
701,767 701,767 0000000000000000000985b9bfbc48347cb59cd2eca5d8fdec7f092612870250 1.35 MB 2,122 15
701,766 701,766 0000000000000000000dc0e1ea7bfb993dfce8bb062ca3aa9521ef8b5f663079 0.28 MB 573 13
701,765 701,765 0000000000000000000a6ff2cf7c18a2f39d93a08d95830270ca6ad1bd21ed91 1.17 MB 1,927 13
701,764 701,764 00000000000000000002a4aa4f308f0bc2ff02166b7fdf4f1a94a01498861717 1.24 MB 2,404 4
701,763 701,763 00000000000000000004a98efa4facbbe70f7f7a138e2b2dcae02aad819fa4ef 1.17 MB 923 7
701,762 701,762 00000000000000000009c64b72a7441b1540d40195ad20983218dbcf702b6e01 1.35 MB 2,107 18
701,761 701,761 0000000000000000000c3be95b4a17adaa1b7fc784a18ec5e3ff65a8033dcc3d 1.77 MB 1,937 18
701,760 701,760 00000000000000000003960ba5eb0e1e877e558085499d1f39bcc43791e38be1 0.34 MB 534 10
701,759 701,759 0000000000000000000a3e7dd7e0ad275f981a2e0f1a1135946079ea6df34d98 0.98 MB 2,097 4
701,758 701,758 0000000000000000000c12f2a40f8cb4037c67dbd2fdd41f5ca820812673e3d7 1.69 MB 1,847 15
701,757 701,757 00000000000000000002e077aa9743326bcb2fd47081b001956a3fd310fff50d 1.46 MB 2,764 10
701,756 701,756 00000000000000000009e337f7980c01c368fbe0943cc0a055c993a04b07432b 1.78 MB 1,979 18
701,755 701,755 00000000000000000001d41c28d94d18047da0fd4a28210cf4ca57ac1787929a 0.06 MB 143 14
701,754 701,754 0000000000000000000269d63bc526ca4c9e8d910593db91a3748ecfcb29fe9b 0.19 MB 414 10
701,753 701,753 00000000000000000000c309192fddd39fc1b012354278d51babe669adc92c5b 0.14 MB 308 15
701,752 701,752 00000000000000000004e94f65e095119952a8f233a99f704942b4841e011583 0.15 MB 377 11
701,751 701,751 00000000000000000007b12d02e5f0f437c7bd3f3e35a21be6606fa18808581c 0.46 MB 549 4
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.