Memory Pool Memory Pool Refreshing

297 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 289 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (799,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,518 108,518 00000000000019fbe6f274b7b6d2e5ed57e20b98c5762a225b00a74f32ef6235 0.00 MB 3 0
108,517 108,517 0000000000010566df4468bf4e6e96271352ed04f7901a96111592172d6c6e5d 0.00 MB 4 0
108,516 108,516 0000000000008c02151674b6560d7053e099cc07a5e95ef7e9f0891521c7ceaa 0.00 MB 8 0
108,515 108,515 00000000000064d4061573070fd970c492e8c1fa89340ff63aab96bcff1bd892 0.01 MB 6 0
108,514 108,514 000000000001f5fc6773891050cdbf9daf9d365aeb5b9e3879fdeba8a6c97104 0.00 MB 1 0
108,513 108,513 000000000000cdb1617f2b211e286ca3a200dbad3248a23ae7bf59ac4622b730 0.00 MB 1 0
108,512 108,512 0000000000015003bc56422e3c3a6ffd8f849df3e2df94ce43c18304c7445947 0.00 MB 4 0
108,511 108,511 0000000000013d10c90d52476d604d392c07ece60d434a5cc21e34541b0ea7b2 0.00 MB 12 0
108,510 108,510 0000000000026fc31aee82ed14e5bc3793050e02cea65c7cb013ae05d97e670c 0.00 MB 13 0
108,509 108,509 000000000000629386e8da65a00c75ccb8f6fd650544d64ae746b0881ad235de 0.00 MB 10 0
108,508 108,508 0000000000008b803c15d71dccc98a46bede0c23553c8c960eda229dc3903d5b 0.01 MB 42 0
108,507 108,507 000000000002631a8f2c237ab60ba7c58b2023ce9c03fd99cbd6f273879aaeb2 0.00 MB 2 0
108,506 108,506 000000000001cdc828865b82a081d606e5647b3af2e540f236f8e5e76c91c737 0.00 MB 3 0
108,505 108,505 0000000000005a4daa12368514a57f47a40bff5eab23c1a73d1839d1d1a7c02d 0.00 MB 3 0
108,504 108,504 0000000000009ac97342aaa308fa99f8b5818fe5e0aa907476ed0220ec0a252d 0.00 MB 3 0
108,503 108,503 00000000000099f5fb8554924ca4d4ec33053ba65292e840dc81f5b2eaa73bba 0.00 MB 1 0
108,502 108,502 000000000001f21bc3f50d6aaa360fe3ca3ba356bf6172bf29f46b39db17bccf 0.00 MB 3 0
108,501 108,501 000000000001817110497985dabbf8fad648cd4a12e43da7d641778fac766b52 0.00 MB 1 0
108,500 108,500 00000000000132bde8508b955fa1748e859575610abe3394c9f20bbd8157aca1 0.00 MB 1 0
108,499 108,499 000000000000c73d1d5e8832f19554b8884a1e0ca0e14ea1af6927dd9f907893 0.00 MB 3 0
108,498 108,498 0000000000008b77bc149bbbf8b11afe89dce873ad8953c84dfc7a2da4a9227a 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.