Memory Pool Memory Pool Refreshing

12,226 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (12,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,870 894,870 00000000000000000001a198ed785c495db62e8799eae568e2329711a8fdef0a 1.59 MB 3,987 5
894,869 894,869 0000000000000000000068551ea9714ac2c239f387b618eeadf97f2ddda37c5f 1.76 MB 2,381 4
894,868 894,868 00000000000000000002468df8d4c74d8c163e78ef816c26dd7187d7186e1b89 1.85 MB 2,393 4
894,867 894,867 0000000000000000000024439b4f8a63664670c5878cef9cbe7a566a6bc3f8ba 1.89 MB 2,190 3
894,866 894,866 000000000000000000016bb460b10c5cb1c86676c2600c91fa828b0b10620882 1.42 MB 2,269 2
894,865 894,865 00000000000000000001ed39b40fe4633558b04f2720f04b6296d301bcc74242 1.67 MB 3,828 2
894,864 894,864 00000000000000000001cd0952d01c8d8595ee8fa964d9c2295dc582b0a06c04 1.77 MB 2,337 2
894,863 894,863 00000000000000000000728c8dbdf47845f7d24f71ed0d476fcd4b4f39ba943b 1.74 MB 2,748 2
894,862 894,862 00000000000000000000710c4833f76e4097ba600048feab75dac97e32765d76 1.21 MB 2,950 2
894,861 894,861 00000000000000000001115a0e4585b710e5962a8098e2cd32518bbaaee40690 1.48 MB 3,992 4
894,860 894,860 00000000000000000000169455160fc84507e5d854dbe3a2ceb9dccf9eb4cfd8 1.58 MB 1,859 1
894,859 894,859 00000000000000000000e8d3e60bac706170215f113986a9a1b6e91a06b42b6b 1.62 MB 3,042 3
894,858 894,858 000000000000000000009de219cc7e3ae1599db2043a0b6c27d46ac62e9178ff 1.43 MB 2,125 1
894,857 894,857 00000000000000000000c6b53fc4f2b5a483bb5ebaeb0788a4c946a05f4a2f76 1.48 MB 2,902 3
894,856 894,856 00000000000000000001d3aa7bfcddcf1769bd7d5ef58d01cbbbf6aea5f51bf4 1.51 MB 2,646 5
894,855 894,855 0000000000000000000161a10f83fca28dc7abb7861b91304581f2f35908275f 1.33 MB 1,198 1
894,854 894,854 0000000000000000000152efd08cc98ed46baa84c3a881bbaa1ab91f535bd070 1.49 MB 1,947 1
894,853 894,853 00000000000000000001d06893139576869991544bfb68da600ae28374e8609d 1.44 MB 249 1
894,852 894,852 000000000000000000004efae9b24cab73d387fd380a237aa012db3699e1af1a 1.60 MB 2,732 2
894,851 894,851 00000000000000000000fa8e78d6e75353a7bffedc7bfe822ad2b0a9f3cba010 1.48 MB 2,503 5
894,850 894,850 00000000000000000000a2000c75d7f21a9b7e8a6aad7461939d972860b2cdf6 1.69 MB 1,381 1
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.