Memory Pool Memory Pool Refreshing

10,200 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (439,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,163 468,163 0000000000000000002f6bbacf0ffc5886da54e87d421f004851d735ddf5f459 1.00 MB 2,336 306
468,162 468,162 000000000000000001870cc5af61366d2d5db19e58c41b26a189955c7032b8f4 1.00 MB 2,224 366
468,161 468,161 000000000000000001abf2eb8744c2c9ce1be90b2537762f2d0fb7c6bbe4c96b 1.00 MB 2,939 321
468,160 468,160 000000000000000000b034ec3c192c7ce2673bbc4142ade9addc5d68c417ddf6 1.00 MB 2,474 381
468,159 468,159 000000000000000000798997f771fee79cff57b5eab695445ff31ddb2082079d 1.00 MB 3,054 257
468,158 468,158 00000000000000000197e263d0c1c5dcbb84885eba768d394c70f22d3b8b9172 1.00 MB 2,315 388
468,157 468,157 000000000000000000ffe0ed89cc9ac5fbd0ca64bc09098d9880783b3004ad3d 1.00 MB 3,013 253
468,156 468,156 000000000000000000e0c83b7a4bb93e1ef685e6b9b78bc7710afcb4678d049f 1.00 MB 1,915 309
468,155 468,155 000000000000000000fa2c4f811cc1880b86cb4f3c5d3f09fd94508a8fa61b07 1.00 MB 2,584 282
468,154 468,154 00000000000000000052b69e23beb4cc34c25c9ca404b75ef67098370bfe84e9 0.04 MB 116 504
468,153 468,153 000000000000000001535f482db6b0cbeaa84ed5e700f55915790b8e7c0546c4 1.00 MB 2,583 334
468,152 468,152 0000000000000000019d78e964685bb1f16d3e190d85255ab3be58e70a751974 1.00 MB 2,364 303
468,151 468,151 0000000000000000015745fc86760811744a272f28fc6bfa43c779a3e1b56a99 1.00 MB 1,966 347
468,150 468,150 000000000000000001bfd8e458b69875419646eba8727c5a5d303949a51dd4eb 1.00 MB 3,090 429
468,149 468,149 0000000000000000015ce163c8165eb924f7a17c440949e6e6085f77c8652f16 1.00 MB 1,954 272
468,148 468,148 00000000000000000182bb5c89fbf6ee1d81406da99e6d0f82c813f81674d773 1.00 MB 1,766 303
468,147 468,147 00000000000000000104d65f3c73fcd96e99a8ee6962be0a5d9dcec78733b2de 1.00 MB 1,964 291
468,146 468,146 0000000000000000006e0ee0c131a4c1f33c49f9c9de81c882046aa3e2780100 1.00 MB 1,727 335
468,145 468,145 000000000000000000d00ee8484b4f80dbf22fcec359bdf6d9e61349d842b597 1.00 MB 2,651 295
468,144 468,144 0000000000000000012428145092ee2a6084a50efbf5e5746eac74785abc10ab 1.00 MB 2,521 237
468,143 468,143 000000000000000001525ac85295c96f0ff6497d813580e8f49bd40ddca31743 1.00 MB 2,622 286
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.