Memory Pool Memory Pool Refreshing

3,776 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,258 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (641,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,167 266,167 0000000000000006e277e0c2830b8968b7547f27078432e214e98609ce2f942c 0.08 MB 215 91
266,166 266,166 0000000000000004a743e7185fede26647a17d7f609711edaf9257074b2b3dc6 0.03 MB 83 61
266,165 266,165 000000000000000956d2b05b0d68d89ec94ff883805f029f5442df3404afa481 0.15 MB 284 65
266,164 266,164 0000000000000000555cf0bcc6bb5d078c5f9eb67bf7a00403298203e6a75b9c 0.14 MB 77 11
266,163 266,163 00000000000000046cbefbe237d96f665eed7a160af7438af41e51cf9c5cd3ba 0.04 MB 100 95
266,162 266,162 0000000000000004646331e531d076fcc11b1d5435b86a202a384d2492fa548b 0.11 MB 261 93
266,161 266,161 0000000000000003c723c573b5eb6b45c5f963be9e0a0e1d22b561a19a0d65b1 0.07 MB 165 52
266,160 266,160 0000000000000008398c2012311f54764c8c7b627d23df97dfef7b5fc15925ff 0.04 MB 91 27
266,159 266,159 0000000000000003697b26a0fff9c32b8c3ffdc4eb083c31888049a368874b4c 0.20 MB 461 77
266,158 266,158 000000000000000a49260eb95a8a7d866e1450ccb1a2ae9b5bf638d77659997d 0.01 MB 38 58
266,157 266,157 0000000000000001b7900d749cb2281608710f093fec1dee1371a9f86ca3ef6f 0.03 MB 78 104
266,156 266,156 00000000000000013c3c4141f6e1d314bf66cbe122b383a394ac686ccb6a3937 0.13 MB 297 83
266,155 266,155 00000000000000045a61574dd1ee5638fcd38b530dd1e09dd9339bf390170bee 0.15 MB 92 5
266,154 266,154 0000000000000007adbb69291fde7387f03cc50c632057d2d4e1f6a35e9775ee 0.24 MB 661 88
266,153 266,153 00000000000000048de7669e9b007908f3b3ddceb87f3adfee31b675aea07b11 0.20 MB 444 79
266,152 266,152 0000000000000001ebd489b60d641971c31ec48268a08c496d1c40bbcfce0cd2 0.05 MB 105 80
266,151 266,151 00000000000000025257b19a36ccfbc9849dd05118c490a30d4dc6e0294893dc 0.14 MB 110 22
266,150 266,150 0000000000000003ddfc15154021dffa34380f2c793dbdd7352b3c8ce64952c6 0.06 MB 148 122
266,149 266,149 0000000000000004753bd3347b58e55805fb17fb28116ca91962bd32e0fefdb9 0.04 MB 100 42
266,148 266,148 0000000000000000ae43d4a8a0fbfb7ab4e1e366ad708001358ca330f33256a8 0.15 MB 266 61
266,147 266,147 00000000000000028284105c5c4b12bf6d0297d4b8cc89ed452b9302fbefa344 0.24 MB 533 76
Previous 10 blocks ↓
Total Size: 769.16 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.69 GB sent, 93.66 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.