Memory Pool Memory Pool Refreshing

12,647 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,069 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (441,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,257 466,257 0000000000000000015d893a66131fc52f2c8895f0ba14a3af23e510f3ee83be 1.00 MB 1,522 167
466,256 466,256 0000000000000000015ca0e80aeeb4f7a68c924f18e50df2e20259ac7014cc30 1.00 MB 2,070 183
466,255 466,255 0000000000000000018595b19dc63db29a7923535343f2d4ee59cf476d71dc1a 1.00 MB 1,281 138
466,254 466,254 000000000000000000b4c459953f69a436f86fbd304e4c2d521e0ae233525898 1.00 MB 2,526 286
466,253 466,253 00000000000000000005b2d8a9d429b050a5a9ba4d44dbe1543280d6e89b77af 1.00 MB 2,449 170
466,252 466,252 000000000000000001b3699313793566fb947d554173c5f19fe790e597adedbf 1.00 MB 2,100 255
466,251 466,251 000000000000000000c0b4c4e062b8cc77a5fd3dc5594bee9fd5a8cacdeba92b 1.00 MB 2,361 203
466,250 466,250 000000000000000001cca7b543a12b25f66dbde67867cc02c8c1cf7113c4a217 1.00 MB 2,557 221
466,249 466,249 00000000000000000157f705053df4771accf6a47f8cceb72fa9ef26dc5962f6 1.00 MB 2,097 229
466,248 466,248 000000000000000000c78bdc4817f02961aa2b4351f19ba866873a7ed161246a 1.00 MB 1,685 142
466,247 466,247 0000000000000000017a3f80f4620fee5811a47326cf9ee5f03fd010d117e2e9 1.00 MB 630 134
466,246 466,246 000000000000000000f99c81435b29a8edf4d0440744c07a9f52c49c58e6d706 1.00 MB 1,782 124
466,245 466,245 00000000000000000096ce92309cf50f31a31187a51f81d9a7e8af73cf2bc823 1.00 MB 2,420 143
466,244 466,244 000000000000000000473e6d48791c90d321d2d8809e26def2690158526cff72 1.00 MB 2,668 176
466,243 466,243 0000000000000000019f52c69862e4e81576217f1e0a5870201c84fd2fc15c70 1.00 MB 2,814 251
466,242 466,242 00000000000000000056bb48f5a2cf4886508eaa5b9de56dfcf15644a5972f29 1.00 MB 2,149 180
466,241 466,241 000000000000000001e1a7e8bc682c0c721a403c9e84ff98865e15dfd9ef9b10 1.00 MB 2,234 148
466,240 466,240 000000000000000000f3606c3d6035ffee754ae3f36d5b92a055803451303de8 1.00 MB 2,394 176
466,239 466,239 0000000000000000009eae175e0f2a448bd4f5fbab83fec992a8a7fc3db9237d 1.00 MB 1,988 169
466,238 466,238 0000000000000000014117825571f5dbe0d50e80ccffc62fb867c01b46af71d8 1.00 MB 2,833 205
466,237 466,237 00000000000000000009ce5c0175292c60081476bfc835d72b7f3dd87807f200 1.00 MB 2,832 272
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.