Memory Pool Memory Pool Refreshing

266 transactions
0.08 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.08 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (370,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
537,307 537,307 000000000000000000113a81fa0905410a8aa7b9ed50bb672cd145c46e0bdc18 0.12 MB 250 17
537,306 537,306 00000000000000000005cd62e3710408c8d18fae1a2ebe108d743f7ad39d9e7f 0.33 MB 474 11
537,305 537,305 000000000000000000287505f427b3aa9404d68d1467972661641550f1b4eb4f 0.37 MB 729 22
537,304 537,304 00000000000000000012fcd05fcb3cfa2029eb74e472ac29a818cb172966f94c 0.12 MB 184 16
537,303 537,303 0000000000000000002c051aef7dd1e5b6ef8346c3ae08fec5cf77541632fd72 0.24 MB 348 15
537,302 537,302 00000000000000000028fa99f790e99ff76f4da2e47cdf442bf6171160119418 0.24 MB 394 11
537,301 537,301 00000000000000000029b73e09a3c9e698b70b856e886c1a2733de8b62486274 0.21 MB 321 3
537,300 537,300 0000000000000000001ade864b12e66dfc834633508d899656a689617292dc59 1.17 MB 2,795 23
537,299 537,299 0000000000000000001ac5969cadbfa63289ecbeffa8f55385c5d9e188c7aeaf 0.08 MB 204 12
537,298 537,298 0000000000000000000c5976137ea40abba27dc902f6d7bcc03b80a6978e421b 0.18 MB 426 24
537,297 537,297 000000000000000000022e9da78524902c3c1d245d4b349e5c31d1f000a17548 1.05 MB 2,045 17
537,296 537,296 0000000000000000000b6d53d844017b1f8f193975600cc432f22f21bcbe9f9f 0.60 MB 1,088 20
537,295 537,295 0000000000000000002227afff67a49494ca6aca6e03fcb793a43ee5c8e87b18 0.00 MB 1 0
537,294 537,294 00000000000000000009fa9b75ee7c31cde9c29c3da35f7724bc105dab7b54c7 0.16 MB 279 16
537,293 537,293 000000000000000000267493cf005146b88452914e4405e09454a13d7651bc56 0.35 MB 893 21
537,292 537,292 0000000000000000000e852da02294d3b7f4ff503a157b447d0d933d39fdd924 0.05 MB 134 17
537,291 537,291 000000000000000000132d3cae24aa3818c43d8efdb57fc0a4256a084cc7c2b1 0.22 MB 524 16
537,290 537,290 00000000000000000023a865f5ec9bf2d7786e2471a9e94fd85581b7594329a6 0.70 MB 1,323 36
537,289 537,289 000000000000000000199454c711b13e4812484d85fc62990fe1e3e063d2164b 0.69 MB 1,368 24
537,288 537,288 00000000000000000006fcb593d692728c4b445ab2e5241bb22b93516cf4efe0 0.06 MB 47 82
537,287 537,287 000000000000000000224dc1b10866557fbd02a4c83be59058d38931b0946435 0.19 MB 434 20
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.