Memory Pool Memory Pool Refreshing

11,399 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (205,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
701,750 701,750 00000000000000000003487798eec68de0bb40b122bce69ae12c9f6e788f9a9b 1.52 MB 2,687 15
701,749 701,749 00000000000000000009c7d1b5c3b89e6bb0c0071bb85f27e4667b68add4b165 1.34 MB 2,157 5
701,748 701,748 000000000000000000097df1c787aa4d93fa9cbab440c136f0500f5d8642d567 1.36 MB 1,592 18
701,747 701,747 000000000000000000070ce5776b4a3356d016bd3a05153c79f55fbf8421ae1f 1.47 MB 2,864 13
701,746 701,746 0000000000000000000d4516db369b3fbe26d151d752df0c433a31268545b55a 1.50 MB 2,682 14
701,745 701,745 0000000000000000000c50f374b4ce14e3380370310cfd1572b64e308f27d19e 0.63 MB 1,358 12
701,744 701,744 0000000000000000000a1eedb7b4b886f17cc0ce4c26d77c60395b33ab3e0679 0.24 MB 602 12
701,743 701,743 00000000000000000005b7f692a43a287682bbd1ddb9625a6fd6df324e1c21f1 1.50 MB 2,687 9
701,742 701,742 00000000000000000009fa6298f61c885ac11bfa9e310ff3f65ae29f086791e4 1.53 MB 2,693 11
Previous 10 blocks ↓
Total Size: 769.01 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,621.50 GB sent, 92.91 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.