Memory Pool Memory Pool Refreshing

12,244 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (430,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,313 477,313 00000000000000000015a003bdaa16b81dac249b63f5e762475b7f28cdad2796 1.00 MB 2,142 110
477,312 477,312 0000000000000000013e5f73e6043e854e10e1a0aeb467392be7c5e417629a2b 1.00 MB 1,844 139
477,311 477,311 000000000000000000343c10fb0f56b9b847f0886c3901302127a40fb8d6e8cb 1.00 MB 885 177
477,310 477,310 0000000000000000006c4930b377f105671cd823fbfc241e8d299c23242ef45b 1.00 MB 1,825 213
477,309 477,309 000000000000000001282ffca0d14b5be13255a0b192e42f19baddc9b2de10e6 1.00 MB 1,635 239
477,308 477,308 0000000000000000000c4a7cc22486d679b7229458e3a63ee25e1c0fcdfc8337 0.99 MB 1,694 108
477,307 477,307 00000000000000000139e615f35cb11c5b474af07c90e00284d6700055ba0714 0.29 MB 226 53
477,306 477,306 000000000000000000a5dc255e29cddc7bdae24d8cfcca183851390e6b0df84d 1.00 MB 1,052 59
477,305 477,305 00000000000000000041ff197bc1115f7f19cff09347530366eee66610a0ce8d 1.00 MB 1,455 78
477,304 477,304 000000000000000000486522097aaf90d2413f68c3c435a4270dcc89924f5334 1.00 MB 1,251 102
477,303 477,303 00000000000000000013c735a7cfa7a55c8b2cdd3725a6d61b07774f8f6c5322 1.00 MB 304 9
477,302 477,302 0000000000000000014e0ed4cbc248094a5db32881af294083fe3ca14ec9ab38 0.66 MB 372 14
477,301 477,301 0000000000000000002f6263bdef8fbe40daf072d85621ea0f120f089fd4e3e2 1.00 MB 1,934 129
477,300 477,300 00000000000000000068557ea8e1167746daeb12145326fda976ec463874ce5a 1.00 MB 2,105 125
477,299 477,299 0000000000000000004c45a5acb96e3cfedb8702926ccc3eca8922d607fb844d 1.00 MB 588 39
477,298 477,298 000000000000000000a7f50658b72f7b514bb04cf3abd605f7e0d055581382a7 0.99 MB 531 23
477,297 477,297 00000000000000000011eed4eee3c272827b911a6a532790526016f3d5c1788f 0.40 MB 642 84
477,296 477,296 00000000000000000157b581a8352fa77453e601c18a54fe1541ff0310674419 0.51 MB 749 115
477,295 477,295 000000000000000000cfeaf3ee3bd3e64a7bd2b5dc2fdc88fd58d90a268ac6c1 1.00 MB 2,098 146
477,294 477,294 000000000000000001195829d158062cbb5adb8f13cf3140fd2128d3247747ac 0.99 MB 1,929 111
477,293 477,293 000000000000000000418bc18a053bb7c5f90c6421366e5cb1772d10dd41c651 1.00 MB 190 9
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.