Memory Pool Memory Pool Refreshing

1,819 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,822 (561,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,245 346,245 0000000000000000129b3500e6bd4d167c8f61d7a38922bba73c0d075f93293d 0.32 MB 536 26
346,244 346,244 00000000000000001218baf83cfa736815ff7f78fd39469695d674ccc2aff63a 1.00 MB 1,552 21
346,243 346,243 000000000000000008596bd7ca15fb534a119cd5d219508df39d95e2272c6b4e 0.30 MB 836 38
346,242 346,242 0000000000000000039f17297dbcf592ab06724d56699a5c0154375d12322bcf 0.18 MB 317 22
346,241 346,241 000000000000000003a646e244532299232cc742351c1412262922a8d239bdfb 0.48 MB 794 20
346,240 346,240 000000000000000000471b480dd9d7a7d074d2f4c9da01ea31da33781459af9f 0.14 MB 275 32
346,239 346,239 0000000000000000006b16691e6ca737acf8c4041074e02296c2fe3e4b1f628c 0.27 MB 447 24
346,238 346,238 00000000000000000281165c5195f2eab9dec857185496da5912c4891f7c1a27 0.93 MB 1,171 15
346,237 346,237 00000000000000000553ec0d51835158bc7cad3b52a48ca3e6f6cffa1b82e227 0.75 MB 1,872 34
346,236 346,236 00000000000000000971af75d2fc457d256613d2a65177e999e8a94e4657e64f 1.00 MB 1,899 29
346,235 346,235 00000000000000001202d8231b3b00dfab0c9b5a6235bd3e9100ac2b10526ad0 0.25 MB 424 23
346,234 346,234 000000000000000015a63e8f9079306df69699fb948069066886bb19744251b8 0.21 MB 392 25
346,233 346,233 00000000000000000ee1ba35093a736f150a113d0231d50c29b37c3f05d1ae62 0.93 MB 939 14
346,232 346,232 00000000000000000f0b44ceb504ccf4fe262b00ef7b69af6991d16e6d7e7486 0.11 MB 180 28
346,231 346,231 00000000000000000ab3391341a268f0877ee7f2afb3b2aadb95f334b6674e6d 1.00 MB 1,483 20
346,230 346,230 00000000000000000a974cfc482012a332aef4615f0a8bcf094b0b9ae6d405ba 0.35 MB 1,233 49
346,229 346,229 000000000000000001113686f8a6863af036333c1b3e16de73ec1cbe63e1a94f 0.75 MB 1,264 25
346,228 346,228 000000000000000009a6c5b7b1424cd2130142d414a2b6f2e66bbfff61e384cd 0.19 MB 386 27
346,227 346,227 000000000000000004cb7fc2442761872b542872afdd3e916c0c106c8b10dead 0.47 MB 881 25
346,226 346,226 000000000000000016515b256df9dfe0ce96f02194fc4a7f36d25feee4ae0f45 0.41 MB 558 21
346,225 346,225 0000000000000000177c7490a351c10c3d0a01da8e7fd2a451e1bc614e9429c1 0.18 MB 512 36
Previous 10 blocks ↓
Total Size: 769.21 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,634.17 GB sent, 93.96 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.