Memory Pool Memory Pool Refreshing

4,665 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (803,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,091 104,091 000000000000043dba1523f4ef83f8d9486b6811ee690e613a7032375204891e 0.00 MB 1 0
104,090 104,090 00000000000063657f55c0c92cfdd1aa31d841aef6495a23d1c20ef412e60a32 0.00 MB 8 0
104,089 104,089 000000000000de56971dc23a6e739cccb0bb05c2dbf80a443a11ebe7abfeee90 0.00 MB 3 0
104,088 104,088 000000000000bec1f7ff20c679a0311cc9211707c2d43296897b2c34f44076aa 0.00 MB 13 0
104,087 104,087 00000000000145b108b83899b2fae81561221acb27410c46bb42170da2563d40 0.01 MB 22 0
104,086 104,086 000000000002e8eb3def82b078bb2648af15fa8cf029ca21742228d3e4fd9c20 0.00 MB 3 0
104,085 104,085 0000000000012430da4c2f2da8d6277ef2fba59dd638cbc9985353c0b6c4a987 0.00 MB 2 0
104,084 104,084 000000000002f95efad8ad4d13c3a582999cb2d459ce2edfde75fdb2cb210d3d 0.00 MB 1 0
104,083 104,083 000000000001c4cfd7ce720a80f75864221ec0f73549df6b55189f7c110ce3e5 0.00 MB 6 0
104,082 104,082 0000000000007749ac7bc2a6ab73f6f05ceed1ff2d858b519c5519d0ae97c879 0.00 MB 12 0
104,081 104,081 0000000000036bf68b125a1827f37da1934200e0d28a7986392fee402416cb19 0.01 MB 24 0
104,080 104,080 000000000002addc808711a8da12c76d024d3702030e874acebc60ef7fd86632 0.00 MB 4 0
104,079 104,079 000000000001349966b632398ab22e879a50496ff5adbd45e8f3307068a48860 0.00 MB 2 0
104,078 104,078 0000000000009f81e11a1fabd66bb483273293aec8ff5bb91cb4569c237ee414 0.00 MB 5 0
104,077 104,077 0000000000034836fb09c9af733758a0c4b6bdff05df3cc997928e0981cb80c6 0.00 MB 1 0
104,076 104,076 00000000000202f12c221bea30d8d880bdd320ccd5aa0f95fbd94fc3f098f33a 0.00 MB 2 0
104,075 104,075 000000000001028fa0758c27f1a8f06c7ce1062e6a42dfd1d1ec86a01edfc9f8 0.00 MB 1 0
104,074 104,074 0000000000025d610ecb8973222f7f0a203f7d851bc390e438c4a8d117ca63a8 0.00 MB 2 0
104,073 104,073 00000000000021dc7c5b094ec0c05a6501a328544477cb01e7d9251d6e2fcaed 0.00 MB 6 0
104,072 104,072 000000000002de1caa846c996e594fdde914280a470f5f4f4f54134056f3692f 0.02 MB 19 0
104,071 104,071 000000000002b326d712c0acda1dffbc2ed327fd6494a05643c98f928fd49730 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.