Memory Pool Memory Pool Refreshing

70,347 transactions
33.19 vMB
Show Random Selection Loading Transactions
Max Size: 198/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
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,690 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,772 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,689 (3,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,622 877,622 000000000000000000025492e71e7d0d2c245c352fd6c8df13feeffb4ec2a624 1.86 MB 4,561 2
877,621 877,621 00000000000000000000189f53849d0e0767aa17d572d94fc9d4ffbb34965d52 1.64 MB 3,238 4
877,620 877,620 00000000000000000000d958e6d34066300ffe40a543642cadb6376c20fd5220 1.77 MB 4,264 2
877,619 877,619 00000000000000000000bb4099b5208bb1581bb70a2f9fe514fac9a28434e628 1.77 MB 3,605 4
877,618 877,618 00000000000000000000bc7c88e7b6b1292451e0c1ff0c60ce5f7f175d07aade 1.66 MB 3,580 6
877,617 877,617 000000000000000000015ac6f0b07acb480cff6a6fd389350398cbe8455994a9 1.64 MB 3,811 2
877,616 877,616 0000000000000000000051ead630f5d44d5dc451d2915eeebbb6d43823b62bce 1.56 MB 3,016 3
877,615 877,615 00000000000000000000ff216d9e578a66396c722e5aef71dc33e5c5952012a3 2.00 MB 348 1
877,614 877,614 00000000000000000001783f0c5198ac3cdf7c5a8de247b5e98cb22987974955 1.81 MB 1,600 1
877,613 877,613 00000000000000000001e9aeedb237bd94b1dace9d8d72a53a6066371f7b2cba 1.59 MB 3,246 3
877,612 877,612 0000000000000000000237cc828d20167d39018e85367b0ec2743ff59115e16e 1.81 MB 1,546 1
877,611 877,611 0000000000000000000091145cc44218a3b7e3b37e93a3586e5ae31ed67450ac 1.71 MB 3,403 4
877,610 877,610 00000000000000000001c2e492f7d563bc47faff4ed2d4178f39480d6eb308d8 1.79 MB 2,645 2
877,609 877,609 00000000000000000001152fd0f4581b2add8cb3dfbf9238034ad6df71852816 1.87 MB 4,821 2
877,608 877,608 00000000000000000000791230fc40dda2e58da9feb49da151cd6e7bd2221c7f 1.86 MB 4,503 3
877,607 877,607 000000000000000000026599ba793e22fd47eabe2c6d90e6a48a706c2675e5c1 1.68 MB 4,090 4
877,606 877,606 00000000000000000001a9305419fe15755b48ca41735cd702f5af1c633b61d5 1.74 MB 3,980 2
877,605 877,605 00000000000000000001c6a23ee62d6b2167e966a720200c4ad86c81470fe28c 1.73 MB 4,350 2
877,604 877,604 0000000000000000000027ff705816a9018fbc939e9c32deff69f2a8b7173399 2.85 MB 1,040 5
877,603 877,603 000000000000000000023082aa689bcfbb5afece6def5b8d7eac509869d9caca 1.73 MB 3,218 2
877,602 877,602 0000000000000000000237dca3319fa89187375218f847f66d5919381478134f 1.63 MB 3,106 2
Previous 10 blocks ↓
Total Size: 719.72 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,872.98 GB sent, 63.65 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.