Memory Pool Memory Pool Refreshing

8,816 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (754,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,562 153,562 0000000000000b946214414d96e2e280a1295ee8fc2a9cfa8a923ae2ea021c62 0.08 MB 59 113
153,561 153,561 0000000000000919c7add7b91bb711df0f4e3d01814f0319d1ac2a2fc87b269b 0.03 MB 70 463
153,560 153,560 000000000000021aa1cda777f6551e877c98f314af50f7fc41300b185bf0880a 0.02 MB 72 46
153,559 153,559 0000000000000a39d6754b7aa1fa78d6a67481d16531ceb34b0df890a28fe0f2 0.01 MB 25 21
153,558 153,558 00000000000005f55b88f70bcfbede0450406dec31e0214d95b6c229592fabec 0.01 MB 11 93
153,557 153,557 0000000000000ca163c7329feb1d380d05f103858c7dc4485bb8c77bc10aa9a9 0.00 MB 10 62
153,556 153,556 0000000000000b6c4308ed9939da5ec60ac8f0e9732ee8064bdccd78d51d07e1 0.03 MB 97 81
153,555 153,555 000000000000020f1a70ba94ce688300176f8eb2c11517e4e5640e96c27d286f 0.05 MB 80 88
153,554 153,554 00000000000006ade356c6de1f697bfad042c19fdbb4f11164f4e2231cf350df 0.01 MB 24 298
153,553 153,553 00000000000002b8f5d80b7cbf43dd453c6d3648d601cd4135ace9cab5614075 0.03 MB 88 1
153,552 153,552 00000000000002c052462686f7383cab907a9d0c66300233f2d1a1bd052c89c1 0.02 MB 42 22
153,551 153,551 0000000000000c8682e622560c6a663d512236d3986d1bd7ca73cbc2302ff635 0.02 MB 40 9
153,550 153,550 0000000000000042cc6849fef580fa0422c8090c01e82cbdb71136e79edbc46e 0.04 MB 99 192
153,549 153,549 00000000000002ffd4e7581c8dea8218e650632a45405eb1bee1b79576ba8f0d 0.01 MB 14 3,623
153,548 153,548 0000000000000af16ed198ff189a1470e2f73a734f57499e52d7e929743f81a3 0.02 MB 78 12
153,547 153,547 000000000000069a094a69ce40e1a7cfd65787f09b7267422f0894453fe9f532 0.03 MB 30 2,162
153,546 153,546 00000000000006bc0ec3dae6bc14a601bf4d76c7c51c6e05da3ff291f060e5ed 0.02 MB 37 8
153,545 153,545 00000000000007e607314c0f11d1da2779fb1dc14495ccdfcc34bd540eb1c1a3 0.02 MB 50 183
153,544 153,544 000000000000007c19e0863cbe422334f0dd360e936d4dce80ae0e9f3c36469c 0.01 MB 23 45
153,543 153,543 0000000000000a15fb1c37c389fc50184935a2c9a5ed2bd293be2a06d67c2951 0.01 MB 28 196
153,542 153,542 00000000000006716ad66b7554a044d0361c49f324207ae7d5721ebed58e9c05 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.29 GB sent, 93.78 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.