Memory Pool Memory Pool Refreshing

2,354 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
898,190 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 1,117 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,189 (1,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,156 897,156 00000000000000000001ddfd4e976fc29af2c00a2561728d269b28907fbe68a2 1.24 MB 1,633 2
897,155 897,155 0000000000000000000119790a7adcb920c2a2d786ff042f251c3650cb548b70 1.28 MB 1,194 2
897,154 897,154 0000000000000000000131dca09abdf631f73911b24c33358859d429a331120a 1.24 MB 1,448 2
897,153 897,153 000000000000000000022f3ed3952fd8dbe1e1862b213737675968d7690cb7f8 1.11 MB 676 1
897,152 897,152 00000000000000000000d58686101bb9e21d4e568040b25a470c74225985a4e8 1.29 MB 1,096 1
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
Previous 10 blocks ↓
Total Size: 752.93 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: 360.67 GB sent, 15.08 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.