Memory Pool Memory Pool Refreshing

3,585 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (696,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,742 210,742 00000000000004943ed3fe5b29a7fc79b55c97f6cf7a6cb8c10f638b391e83df 0.10 MB 242 190
210,741 210,741 000000000000016d482a3daac01c9efabef5ecb19b44e29b18e0ad6fe0e974f9 0.05 MB 144 89
210,740 210,740 00000000000002858c51e9edbf595926c209c84cb0b33308fba78e29e21f093d 0.04 MB 103 125
210,739 210,739 00000000000003b0da609a4455d7573ec74b84bf3ed13fea8df129ba16c6a119 0.10 MB 229 281
210,738 210,738 000000000000027c5b8c2227947cde3f155df7f47a2ce12621779e5e91b0fd42 0.18 MB 409 174
210,737 210,737 0000000000000327ea4f19998b6c9a65951899349da4a9a3196ec2ed51ac3e02 0.06 MB 124 188
210,736 210,736 000000000000011c79cab5e477aad3335c3e3077813e9a2d0b84510856226bff 0.00 MB 8 124
210,735 210,735 000000000000038736eeccaf62cf201c5031ca3221e29b72a61c6af1a1bbccf5 0.00 MB 1 0
210,734 210,734 00000000000002dc4f0a1713f849dd4e57a5b1541b5efaf9c7120a220e201215 0.02 MB 42 111
210,733 210,733 00000000000000532480c67a8f49959ab4945241d6ebeb677a8f837e35bb109e 0.06 MB 157 166
210,732 210,732 000000000000040e1ee1857263b0668cce2952514228c8f6c1b5e026857cb95b 0.04 MB 122 33
210,731 210,731 00000000000004701ea050d62725d7e8dab2f2dfc4d8ba34bd31e99447838502 0.04 MB 62 114
210,730 210,730 0000000000000188d2a5fba6c3edb286ff5517dc723c709b66af2b0a65b6f4d9 0.03 MB 52 250
210,729 210,729 0000000000000186e7232e58515bfcc940cd3c52cd3dc7261b04acc87706fce5 0.11 MB 260 212
210,728 210,728 000000000000045c8d1c445442cb9c1194688d64130e61233de7ddbdb74ebae9 0.09 MB 201 246
210,727 210,727 000000000000046ad754cdde86c80b443fa15d8f80f789d49557e24ce8352e01 0.04 MB 104 200
210,726 210,726 00000000000001c09ce1ef3b8babb4d058f4793a6074da2c365c7271dc77a6fd 0.00 MB 8 141
210,725 210,725 00000000000002eda9da425331ca661cb2a614e270232a8f101b4da7e1ae1334 0.02 MB 63 198
210,724 210,724 00000000000000b8245d75afdbd353f17f71d590a33de458dc6310824b0e3720 0.06 MB 122 1,554
210,723 210,723 000000000000046c08c6f03b45082939ced0577163c937e01335e8b76e234462 0.07 MB 163 204
210,722 210,722 000000000000030d032d5bb7d71b02cf57bd77499ded6a6f21b5005844e853a3 0.00 MB 11 89
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.