Memory Pool Memory Pool Refreshing

5,667 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,750 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (818,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,028 90,028 0000000000034ffba9b54477754f25bc38e6bdfabc828ae2789800ccd843f53f 0.00 MB 1 0
90,027 90,027 0000000000147ebe7892e6175e6c373c36fb7cb60ffc3b5264752ed337458255 0.00 MB 1 0
90,026 90,026 000000000003e4a66e4a47139132b7943f2b1660e1ba5fa74235a573efe4abf7 0.00 MB 5 0
90,025 90,025 0000000000081f66ffe07cb48bf92187ff76181243e2a84bcbc21fdc2fdf73f7 0.00 MB 2 0
90,024 90,024 000000000011a2c75716357754b3e203b90f3201483154678196311331edc3cd 0.00 MB 1 0
90,023 90,023 0000000000130e838f41e6292d6cadbcc69113fdaf0d3f72b95b184163997941 0.00 MB 2 0
90,022 90,022 000000000001bdea0eb57801b5b95f98b087e707c081310e2826c5b91c3a35c9 0.00 MB 1 0
90,021 90,021 00000000000a08b62a1381138af72f99118c391e230865a0565b35cf9834aa71 0.00 MB 1 0
90,020 90,020 0000000000051b4f87348f24a35b169fc990c482f560acd0fad6bb4e92028595 0.00 MB 1 0
90,019 90,019 0000000000071c2975990c38ad57f3898dd989f4381435fdc25d04f54fed9fce 0.00 MB 8 0
90,018 90,018 00000000000dfeb328b91209e9c59393593c4f569c7f342dd775b6b3cda7fb06 0.00 MB 1 0
90,017 90,017 00000000001463fc1449140e26a792d5cea917d14f7d191f40c0618487b9edcc 0.00 MB 3 0
90,016 90,016 00000000000868f5bd2db1307dc6a93d0bf29ceae02faa12fa6f4b856055cdb2 0.00 MB 1 0
90,015 90,015 000000000000ce600dd9c3a727e99ee4ecd6749780ac7d36babb39557c04029c 0.00 MB 1 0
90,014 90,014 000000000014005f6e1e9c13954277dbf7156c4ccb5d2d58c37b9833aa7d7dee 0.00 MB 1 0
90,013 90,013 00000000000c9b010a66c646d15921cdd583711357f3814f49fb8d39b674dbcc 0.00 MB 4 0
90,012 90,012 0000000000034f86f71f8b5fbb6994c2eff1dbbd894cceb3a844088de90ebb59 0.00 MB 1 0
90,011 90,011 0000000000122594cf5f3fd342d7a6fe7a137eadeec42a65adf41a39d5c93350 0.00 MB 2 0
90,010 90,010 000000000014ec2f0ca7fe02db37c045eb2ce72783cf4fb11ded71e4a4aa16af 0.00 MB 2 0
90,009 90,009 00000000001470a979d0d5af9812403b96777a447f939dc5a6529933e122f45e 0.00 MB 1 0
90,008 90,008 0000000000063edb422a459ce42e55684dd7402fa6a49a4121f921effd16ed66 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.