Memory Pool Memory Pool Refreshing

5,130 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,293 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,383 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (895,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,696 12,696 000000008d00d7938adcb29d13881fe36da0bb8fb61404f93417cd0edef3e297 0.00 MB 1 0
12,695 12,695 00000000b210233d486b80ee9c0f274eb3314834dbd21b5a2bd1ca7dc661d1d9 0.00 MB 1 0
12,694 12,694 00000000b4e33ef2eb1f16dd3279085808c550b775deb3a7c7d18a529ad93b90 0.00 MB 1 0
12,693 12,693 00000000db4920fe8568db700c4d4cb6314edeec4fdada40309d3ad74292afbe 0.00 MB 1 0
12,692 12,692 0000000085dac91f8bdff1fcd65d2294ed5342e1e22c8a30cc6ad5e3cf5bdfa6 0.00 MB 1 0
12,691 12,691 000000005c21007120d4ec4bf4415d32e5b45c121c0c95e1cde4b165712e855e 0.00 MB 1 0
12,690 12,690 000000003450b497131ec5ed2366790e504f0d1a47d9b9fb876139a8ff8ea2cc 0.00 MB 1 0
12,689 12,689 000000002dad2b80f878d05a206da2d9bbfbeea37803ff89080c8c6aaf9b28ac 0.00 MB 1 0
12,688 12,688 000000000d37a739751b9ea8bafa3fc4ce7f61be196534bfabb35b09a2b1dd20 0.00 MB 1 0
12,687 12,687 000000000fcc528b6296dabd2f2d2f8d8df4fcbf678e7ead8f9ef0fa6d994d21 0.00 MB 1 0
12,686 12,686 0000000086d32dbae100d4c87051f120c4df2eb37c28618044625be5785715e7 0.00 MB 1 0
12,685 12,685 000000002430e84c722a04da641b43955dcd2ace1e551453691d110bc4283d6e 0.00 MB 1 0
12,684 12,684 00000000611c180a7049f8844bf94e6642c546f2ceb2dd255402ddda0d23a299 0.00 MB 1 0
12,683 12,683 00000000db6c9d16462c833762071d9f9e5b53c77b97d82041de060d8d5f9498 0.00 MB 1 0
12,682 12,682 000000002088e7dd45f245251d00278767405a8a57c708bf9f17399bcb933d35 0.00 MB 1 0
12,681 12,681 000000008a1b4fa61d3270cc197e2ed5c985eb7ca70fd64626c7f426ec499a20 0.00 MB 1 0
12,680 12,680 00000000c3eacdd2016dd58e085ad513a4543c37f7b74ba697e50a060db61b81 0.00 MB 1 0
12,679 12,679 000000009328716c9c6920c3f5ac896977e041b80eed3a8b5ebf529c1f8dc32f 0.00 MB 1 0
12,678 12,678 00000000cf1ded162e2bcfd35f8f81edfaa4a4866c5ad627bb193a6b6ef2b890 0.00 MB 2 0
12,677 12,677 00000000a67d6593bd4cca4d6aed01b5b15cd7ca173be44133c92bf381c4630b 0.00 MB 1 0
12,676 12,676 00000000a4bd6fe776e7e805b4ca3b3128da9bb491bbcdc3d03b0cc5f06eb2bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.45 GB sent, 98.33 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.