Memory Pool Memory Pool Refreshing

1,561 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (822,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,636 86,636 00000000000078369582be38b809fcda7e17c9f0a4def63372dee39417ceac26 0.00 MB 2 0
86,635 86,635 000000000004f0b319aa86cc2e11ad615ca55d438db4c273bf64d39016353e41 0.00 MB 1 0
86,634 86,634 000000000025ddae0b92849e7e9c7ac77d3a1bda1efcdd1e02102096a108436a 0.00 MB 1 0
86,633 86,633 00000000002bce9a1ce62412351b222d13031200a2d72920f5eabdb4b0ef137b 0.00 MB 1 0
86,632 86,632 000000000003f639e65cace8f819f67a4f65cf1985f584fdb9ec13220f36eb8c 0.00 MB 1 0
86,631 86,631 00000000000cd48c8d916eda4e9613e9187a27517ccb4edd93320e3ebd6b68be 0.00 MB 2 0
86,630 86,630 000000000014b1f3fae51601e60f3e561b1d7ac1715aecf45168b4f802aa600f 0.00 MB 2 0
86,629 86,629 000000000026c5f7b1c27cecbd6d09e74b37ad76187e4222de41730ee4cae6a9 0.00 MB 1 0
86,628 86,628 000000000020a905af935c9f5a3c9b8d4d85cb4051aee71c35ddb88e82b95555 0.00 MB 1 0
86,627 86,627 0000000000228f3c0f1bf00a1d4482034700f52f0195a89009f2ba07ee60ce0d 0.00 MB 3 0
86,626 86,626 00000000000c7bc3a485f98d22b3668acdcabee6c8e990baa523863c958c1b68 0.00 MB 2 0
86,625 86,625 000000000023909661099ec1aa7df550968912f46ef34277f530794548fb16a2 0.00 MB 1 0
86,624 86,624 0000000000121abd9ac992ad6290363a423e2924766f1c782d768f354503bf93 0.00 MB 2 0
86,623 86,623 000000000022cd9ae886f2cfbfeb44199e1f06d2a4ec3b42f8431ccac9f51e5f 0.00 MB 1 0
86,622 86,622 00000000000b9edcd6f49592e6e85e572244c3d30dc40d62eff941702e6bdc6b 0.00 MB 1 0
86,621 86,621 000000000017b5698a3ee7ab546da41a2a33f1e592e02f93d5ddcf840b969c0a 0.00 MB 1 0
86,620 86,620 00000000002dd1f1c0c55efd8b810ef8fd9227bc84aa3fa6ca41f7af4bf71480 0.00 MB 1 0
86,619 86,619 00000000002c8409977fe5a415561afd820062d97a68d3929821374d89b1f59f 0.00 MB 2 0
86,618 86,618 00000000000c7e7f8572f55f3e011e3aebf5d9238a0b62ab9a1f62788edd09d1 0.00 MB 1 0
86,617 86,617 00000000001e5f22a411ea4987747694a90411eb4732aa9b4eeddeb55843d0f2 0.00 MB 2 0
86,616 86,616 00000000000e511f3dfe034eda19833163e87a7c49fe3cb722eca5fb51ef7ab5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.