Memory Pool Memory Pool Refreshing

266 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (155,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,641 752,641 000000000000000000024f1f5a8d037d394876328cd1f1b8d7e6272ee90cf78a 0.87 MB 1,046 6
752,640 752,640 0000000000000000000878e8a2ea67b6319673d25ddf8d6cde2d5bc573b0dfb4 1.36 MB 2,014 9
752,639 752,639 000000000000000000058f787d8c3581ae42f473ac258969056b56dbf0e61257 0.07 MB 190 12
752,638 752,638 000000000000000000085de9f01745d83ea5ac9ae7353ab9ed666cf0df7a1c4a 1.02 MB 1,890 11
752,637 752,637 000000000000000000026ae6976d8ad4f676392f3b87183b7f3f3ac04655f4e8 1.18 MB 1,368 7
752,636 752,636 000000000000000000058bb66587c6db024affaea78c8c93722bc4f62f65aada 0.98 MB 201 2
752,635 752,635 00000000000000000003c71be2e8aa784a2b4ca0680282811153d531885d831e 1.25 MB 1,423 6
752,634 752,634 00000000000000000006c758b636420a3cf30ad8d0dc2101edb7c9427c07ec8c 0.06 MB 146 10
752,633 752,633 000000000000000000082d1aa8cd7840e92feeb6570819512646b96ff22d17e5 0.39 MB 645 9
752,632 752,632 00000000000000000003dda709383e8c1a12a7990cbc5f8dbe24ad17978a6971 0.19 MB 368 10
752,631 752,631 00000000000000000002b2fb83e4590c2fc3d5d21f823edc149f6d81c74b94d0 0.80 MB 417 2
752,630 752,630 00000000000000000007e07e0c70baa4299bfa301b3c57811f79a49bd7d6be12 1.53 MB 2,684 7
752,629 752,629 00000000000000000002cb870f75d512ec2248b21f1a51d308932679e10985d7 1.34 MB 1,590 12
752,628 752,628 000000000000000000061c2e9bbb63d62f881615e0861d8bde048e92197ea8ce 1.33 MB 2,660 23
752,627 752,627 00000000000000000003aea2806cc885e9d4f110b98171d38527a2234ed5a755 0.99 MB 1,363 8
752,626 752,626 00000000000000000004eb93899381d4037d10eee7f48ed97173064b59fc2f2f 1.58 MB 2,844 13
752,625 752,625 000000000000000000080ef977db4db3c25903b192bd3aea786d59cf5ce25d9d 0.01 MB 24 11
752,624 752,624 00000000000000000008bfdfc2ff7f3217bc5ae1f3f2cc3fca5c718b6a5350d6 0.43 MB 710 10
752,623 752,623 000000000000000000070ec77e1008dc7c13749555969ac750e2840f108e45d5 1.27 MB 1,935 10
752,622 752,622 0000000000000000000162dd2103acf0c2b5c04c7ff42286ad560c36e4318e03 1.29 MB 1,544 7
752,621 752,621 000000000000000000015a051c0e52424e5cc7f4f27cd33b4bfe0b6559162b78 1.11 MB 1,186 6
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.