Memory Pool Memory Pool Refreshing

7,194 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,556 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (10,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,151 897,151 00000000000000000001d1c3eedc3bf9ed1c0ef3a22e8506c2ac4c088a278095 1.50 MB 2,256 2
897,150 897,150 0000000000000000000234f5ed54786ac79ab50376787c98f38c26f1b4d36c5f 1.42 MB 2,638 4
897,149 897,149 000000000000000000022eb08aff7dc952ddc21d53138e4ccbabd14753462743 1.59 MB 274 1
897,148 897,148 0000000000000000000054ee01d006d5a146e456106ae71561fb29279ee84c26 1.80 MB 1,353 1
897,147 897,147 000000000000000000023d64f2b288f7a0549df29fb012c68e87a050cb826166 1.58 MB 1,642 2
897,146 897,146 000000000000000000019e3375405f6f568403ad88c51f840ce02e4ab5563f67 1.67 MB 3,017 4
897,145 897,145 0000000000000000000236f56155d41f8be10cd6784a5df10aad8d9b10e8b2f0 1.37 MB 1,744 2
897,144 897,144 00000000000000000000d0d1eb0d7c4094817ed114e4c11556080ee4ce4f4c5e 1.37 MB 2,435 3
897,143 897,143 00000000000000000000acbde64d1bedc804b7db9af739aa8086fd189c8a4ce7 1.36 MB 2,002 3
897,142 897,142 0000000000000000000177a721876c2bd306ee9a6d94b73d9de56db206ea949f 1.33 MB 1,339 3
897,141 897,141 00000000000000000001dadb694c4f9cac4a32b4521a5104d21b2289bdc503b0 1.15 MB 650 2
897,140 897,140 00000000000000000000003409137593fd2b652c333ce972a1f255b30d9c2b82 1.62 MB 3,394 4
897,139 897,139 0000000000000000000133a7c2c4fc3c723f85ec7b0eecb5d00948dcb25e7de0 1.55 MB 1,649 3
897,138 897,138 00000000000000000000117a31b71ad5880d33f76191bb9146082a7dc75fa0b2 1.65 MB 3,454 5
897,137 897,137 0000000000000000000197e796a7acf599c33b9e05d06314e86725a4b5e77f0a 1.56 MB 2,960 5
897,136 897,136 0000000000000000000091062f5fe94d84ca4432cd2b910de178429f8e24cc1f 1.58 MB 3,054 5
897,135 897,135 0000000000000000000079782dd4205d2e50b3238a149bdf3c7824366791ec68 1.56 MB 3,947 10
897,134 897,134 00000000000000000001e8a03379d142d3d9f98fae897c5952b0730435e5ee09 1.61 MB 3,748 12
897,133 897,133 000000000000000000006a7fc96244babc10d8a17b0a7d841764b54b8553c59b 1.53 MB 3,904 12
897,132 897,132 0000000000000000000062736a2e21e1b3fe38c72aecab4c79b589cdcca1da28 1.51 MB 4,008 10
897,131 897,131 00000000000000000000e9480a6d744e955e688abab7bebb5fcf3707c402248c 1.44 MB 2,650 5
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.