Memory Pool Memory Pool Refreshing

2,488 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,431 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (37,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,666 870,666 0000000000000000000043b7c6e8a1a9a298663c2fdfdcaac3c0a46e8e5e5154 1.53 MB 4,489 4
870,665 870,665 00000000000000000001777ae7c984674a169d98be9be699fccc10ec2541761d 1.88 MB 3,520 4
870,664 870,664 000000000000000000012ed82cfdfc47bb7418e167ba75471fafab4d919a0a69 1.71 MB 4,216 5
870,663 870,663 0000000000000000000161c96c7d675285e1498f34f7f750351aca33840309bd 1.69 MB 2,955 9
870,662 870,662 000000000000000000027bb158aae13a026e23db1037252fae9037738759ca8c 1.94 MB 4,222 2
870,661 870,661 00000000000000000002bc25f44edb0af9293166749ce1a8bc910f6a9593c256 2.61 MB 2,943 2
870,660 870,660 00000000000000000001b8b5e85fbdb0a19b6dc384dc76d582231dec8adea9a4 1.87 MB 4,811 2
870,659 870,659 000000000000000000020d7d1bcb573f3c6818ab0eb575d7a9f1b1cd389861cb 1.59 MB 3,452 7
870,658 870,658 000000000000000000029271b481bc9cd3ce5a434b4bcbddfb3ab9df50f7dad1 2.44 MB 2,777 2
870,657 870,657 00000000000000000001dde9855a93870fafab3597ae2dbbde629fb92462610b 1.82 MB 4,409 2
870,656 870,656 000000000000000000019c51520acbdce75f146e3b46239d0110ee941b854ca1 1.47 MB 2,715 7
870,655 870,655 000000000000000000009560aaf2622e4b5941a6b3684739a8ab08620b530c9a 1.72 MB 3,767 4
870,654 870,654 000000000000000000020785d09f4c5cf62a58540f55c0cba1700b32a0f061a5 1.89 MB 3,477 5
870,653 870,653 00000000000000000001328eb2902667666b86ee8889059ffae7a7540d352f9c 1.62 MB 3,931 3
870,652 870,652 00000000000000000000eb6836925538cb822736233d41afe4ff60f54a17a31e 1.57 MB 3,682 8
870,651 870,651 0000000000000000000188bb07702942cb5d879ff3ea2ad2710bbd0422d20eb6 1.57 MB 4,540 7
870,650 870,650 000000000000000000017bf8292977e763852540d93dfe5d61725cc8488d39f8 1.53 MB 5,213 10
870,649 870,649 00000000000000000001aef0c10217eb9959b894054de1272bc3cab26061630d 1.57 MB 4,480 5
870,648 870,648 00000000000000000000ff063ece811056d8573e25b3ebc71878d386592e7807 1.57 MB 3,305 10
870,647 870,647 00000000000000000000911f5aa3a2a076f7edf7827f6f14947720701b2021c7 1.67 MB 3,562 6
870,646 870,646 00000000000000000001eb9c442a17870ec0e7204a252d94ad0e71f0fbc3055b 1.74 MB 2,948 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.