Memory Pool Memory Pool Refreshing

3,467 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,976 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (771,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,338 136,338 00000000000008808f1c4408974ca3085ed1dd47ca7ed8b87c1fec581d8876ee 0.05 MB 108 589
136,337 136,337 00000000000003753e92a8d287bf09b201c8007a24d9d71dacfa660c0e680bc0 0.01 MB 27 109
136,336 136,336 00000000000007a69f2cfaf08e9d68a4e27460b4cc84cfa7d8982fa39c4079da 0.03 MB 37 481
136,335 136,335 00000000000003936dae3d57840ee9a43e585b836889d4534ad5430045f7c58a 0.01 MB 26 299
136,334 136,334 0000000000000755ed8765a7dcadd02dda860aaccafe0ecbc4cffb1d782cd409 0.03 MB 37 265
136,333 136,333 0000000000000129e94c9722a642de365fc51ae8a6fb0e0a9c705a8cd1268e0f 0.03 MB 106 76
136,332 136,332 000000000000049093294af7cfca6d4b1de75a3bbfb899e26d0763a9665b16a1 0.05 MB 101 224
136,331 136,331 00000000000000dc67c8f99ab4b0acc5f6b663eed8388c77d37cefb6c967a001 0.02 MB 47 433
136,330 136,330 000000000000083f9db71ef1855d59f9f3d5b7da2a1a9d6824c753a4dbb61b27 0.00 MB 11 778
136,329 136,329 000000000000053f84f8360e9875a9b1c9c8d8cf04d2794c643030d5eed98ba8 0.03 MB 73 331
136,328 136,328 0000000000000aba22166be994a7bcf1ac8ae9a27ad74165b89ab92120c25e63 0.01 MB 29 6
136,327 136,327 000000000000035aaa420963f4071bc999d11375c25110610cd0fa1df90e1dcd 0.02 MB 32 392
136,326 136,326 000000000000083920a8579484991438108085fa693f75a591556b20cefadb15 0.03 MB 101 143
136,325 136,325 000000000000084f96c49b569ee6daac0836b5889a8d79f61c5bb65d7ef692e9 0.01 MB 23 161
136,324 136,324 000000000000009f48b01e8433c2559e9a0405191780e5dd9d226afe7c98d12c 0.01 MB 16 116
136,323 136,323 00000000000003c175a4cc24fb0f69bb9eae7a6a1f42c434f26c9e6853d1f8f1 0.00 MB 4 0
136,322 136,322 0000000000000a6784934f8685dcdf4ea4986a4946b936c49863033d52c7c8e7 0.01 MB 38 216
136,321 136,321 0000000000000a3cfe51de39bdb13751ae055ff3074e9d0102eca73b88889dd1 0.00 MB 19 888
136,320 136,320 00000000000001ea1e03e3b5f839ec1531950afeb4ee6a81965254314386cc02 0.02 MB 37 282
136,319 136,319 00000000000000151742c830eb01b2eacbe3857065b9992ba6bc702b63ed9155 0.00 MB 5 552
136,318 136,318 0000000000000964c611297c09f9216e555dc863c4a928245a8434323c65c851 0.00 MB 2 194
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.74 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.