Memory Pool Memory Pool Refreshing

1,948 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (320,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
587,200 587,200 00000000000000000009fa106edf801a4123212e704cfeb457b8b540dac57a0d 0.64 MB 1,071 13
587,199 587,199 0000000000000000001ee86f3d3b6ce89e235196c4ac0e227a7dc16292527f9b 1.21 MB 3,140 31
587,198 587,198 0000000000000000000d78ac9d2b4e81893bdc942ad4df26a2f9bba4e9520d27 0.91 MB 2,486 24
587,197 587,197 00000000000000000003af3f974aa954715d79d0be1d3ebf5aa0991803d28cb7 0.19 MB 597 29
587,196 587,196 00000000000000000002dc38f38cbb4a560fe61f88959e1bc2ab8169abcc7a19 1.16 MB 2,264 27
587,195 587,195 00000000000000000015c6779d713729520e53da66fbfedd7fd1f0388c1ebf4e 1.11 MB 1,184 16
587,194 587,194 0000000000000000000747bb063e416d806791afd9f633ab48bd27332e359d3b 1.14 MB 1,847 19
587,193 587,193 0000000000000000000cb088b5d9b30c885ad4161058949ec15f22c62467c1ef 1.26 MB 3,071 33
587,192 587,192 0000000000000000001b208944797243308108143a8a08dd46926708393a9599 1.22 MB 3,281 26
587,191 587,191 00000000000000000013d3dbec6a692e0e370bf52904fec2ae098f901ae2d2e8 1.21 MB 3,043 24
587,190 587,190 0000000000000000000133dd2c21f78eaeb913b0a6ac35a0c925485c6385a21a 1.27 MB 2,787 39
587,189 587,189 0000000000000000000af28772f8a9f628661e269db0871852be090ffb09a5aa 1.32 MB 2,296 51
587,188 587,188 00000000000000000012b2f793459e936f15d8279f4dc5a37ff13be81b4b8186 0.21 MB 489 26
587,187 587,187 000000000000000000128be19f3f28f7fbbedaad30cd94fbfaae51758569c698 0.83 MB 2,174 10
587,186 587,186 00000000000000000005e660a555c6139db7a62d90c1e70a2d1001b384683e1e 1.33 MB 2,843 45
587,185 587,185 0000000000000000000ceede3c3990cc3a2703c7873388459bcf78270daeeb8a 0.35 MB 798 32
587,184 587,184 000000000000000000039eed42e0fef28606ae263b2a19c49ecfa241405b8b60 0.39 MB 780 20
587,183 587,183 00000000000000000005a7efe7ddabe17b9f083f6850c0cc8ab1549b3f4f04b6 1.16 MB 2,645 29
587,182 587,182 00000000000000000000b6318b06dab3f41cbead04abbfabddcd20ead61b1f99 0.60 MB 1,309 17
587,181 587,181 0000000000000000001b4ca44e827a8d519f596df2e87d2810868afb0e04c0e6 1.12 MB 2,698 11
587,180 587,180 0000000000000000001e8c5a5041c44eb091b4af967cd7eb9f5ccd3178e0ee50 1.33 MB 2,652 26
Previous 10 blocks ↓
Total Size: 769.15 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.51 GB sent, 93.62 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.