Memory Pool Memory Pool Refreshing

10,194 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,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,173 468,173 00000000000000000117d37aba3cd8d9d1811f4f719834f5b8f71c78f8c504d7 0.00 MB 1 0
468,172 468,172 0000000000000000019c0b9124dd971ca31d59deac39f23cac484495895eb2af 1.00 MB 2,203 382
468,171 468,171 00000000000000000156cb130cb9ee78a01dd6d5ed4f144fb05c222f117829e7 1.00 MB 2,536 409
468,170 468,170 0000000000000000012708c8ede895fb921d45cd7ba1e97429c03c0e04996b2b 1.00 MB 2,071 405
468,169 468,169 0000000000000000014ec09e2063e78f5c0b62237f6b73258d5b90857b318254 1.00 MB 1,828 267
468,168 468,168 000000000000000000aae0dad4f270a571a25c8e8a380c48f62413fc5e35cc1e 0.10 MB 259 338
468,167 468,167 00000000000000000070d477d54f81c2eb1fb970d37bda09edbcc24742e1a262 1.00 MB 1,585 297
468,166 468,166 0000000000000000005c9e4006693d7e9350691bc1deeacc0db48363040129f8 1.00 MB 2,467 358
468,165 468,165 000000000000000000d40b7218fc8335a7a1964a62b918871b23d3e43a6ec4c9 1.00 MB 3,202 299
468,164 468,164 00000000000000000162ba8a2d602f2e565d0b4c1943124dabe155cec726d06a 1.00 MB 2,917 248
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
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.