Memory Pool Memory Pool Refreshing

6,129 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,965 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (8,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,612 899,612 00000000000000000001be5d3e1c4da9c53c6db5309a37a4117ba41cf6a13919 1.69 MB 2,523 2
899,611 899,611 00000000000000000000673f462218a07c185e1a1a692ab73faea2281c619451 1.70 MB 2,768 3
899,610 899,610 0000000000000000000140fc94679bb2aef49a2643b2e09ae8a16d90f622c07c 1.57 MB 3,443 5
899,609 899,609 00000000000000000000420c73abf8520d11a195e81ae797dba2b410ccf3ae05 1.91 MB 2,491 1
899,608 899,608 000000000000000000009fecbb445e68648eb3d739e4c39323af8879a027f0e6 1.68 MB 3,341 5
899,607 899,607 0000000000000000000221b0c31455045e3ae834ef3bd8317f588c1104aab699 1.70 MB 3,603 3
899,606 899,606 000000000000000000004e08d3c69a8f8b04af368ecdb66d0fccac7a0168d916 2.28 MB 521 1
899,605 899,605 00000000000000000001e6e2f2e8fc17a53107686635c4dee0520e92020dbe74 1.96 MB 788 1
899,604 899,604 0000000000000000000042902faf1de6a2674a82412e0f5fbef72970557ab166 1.64 MB 3,352 2
899,603 899,603 000000000000000000004c7d54d39fc91fcf8cd2ebc8387489af8dcb1ac9c87a 1.94 MB 1,568 2
899,602 899,602 0000000000000000000162aab880c0fe1f9a0508defda65297dd7fae2b2d043c 1.70 MB 2,003 2
899,601 899,601 00000000000000000002166d343532c2825f154a6258d2ebf6abea9373d988dd 1.59 MB 2,865 7
899,600 899,600 00000000000000000000ad08ae4d191a62914466df62c55d1785bea4b4fd2b01 1.98 MB 1,993 1
899,599 899,599 00000000000000000000ef8ae4218175ef0b0366cfff308a59cdd73986612eba 1.87 MB 1,549 2
899,598 899,598 00000000000000000001ec694d9ff082853ddb8397674d5d99c447549471d4aa 1.64 MB 1,699 3
899,597 899,597 00000000000000000001037d72ff316b33892b2540886b78b03dee55bb02ad33 1.89 MB 2,655 1
899,596 899,596 0000000000000000000024095647485b637281b12e9e6d9b5863fcd9e09e7913 1.69 MB 2,101 2
899,595 899,595 00000000000000000000b6596efac816efd1daffb27206b7b8cec085338dea51 2.02 MB 1,144 1
899,594 899,594 00000000000000000001349104c82973cca6ef120ebab0af24b7c36e733b0c37 1.67 MB 2,038 1
899,593 899,593 00000000000000000000b24d2e72281746030fb973fd1c93b8fd79951fbb6915 1.58 MB 3,399 3
899,592 899,592 0000000000000000000193978ce14fb043e3d8a85011f1c7c93340273b347395 1.75 MB 2,114 2
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.