Memory Pool Memory Pool Refreshing

7,342 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (658,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,806 249,806 000000000000001d0d57e8ceeca7fdaa82a50fdadfab55adaaa62a925d0a1f97 0.02 MB 42 119
249,805 249,805 00000000000000152edb68db1d51af62682b7df2900f1269efbaaf3b160f590c 0.05 MB 118 160
249,804 249,804 0000000000000008f5f320e49e5410b94db076be0a58c6c72c8e8df0c9faae73 0.05 MB 68 56
249,803 249,803 0000000000000013751d6dd436e63ecf3efc91e1a73f758f3b908ad5bcc1b3fc 0.23 MB 545 128
249,802 249,802 000000000000005dbc2563b52aba0f969d98028b888ccc4acdb3b85213f8031c 0.09 MB 115 72
249,801 249,801 000000000000002c5af6a4a330527739a8071ed2fe86eba876dce8d7e9a96793 0.16 MB 362 122
249,800 249,800 000000000000007d8b8a636594facecae0f60f349654a58a26318b29170422b3 0.01 MB 29 153
249,799 249,799 0000000000000043a0c72aa1a1d5d7d87a33ba6884f4c80f72d1ff697c2fc691 0.06 MB 123 130
249,798 249,798 000000000000000f1d61fd0bf2b73bc0918a9965e774bc8e16a66ce3023e8b20 0.05 MB 57 27
249,797 249,797 000000000000006d75ec5f29944a76a60c2732afcc9fb4b5687fbe3308f170eb 0.16 MB 387 150
249,796 249,796 0000000000000079ab727492576c2776ce77b5458b9071cf06e4e3eaa04449bd 0.07 MB 148 141
249,795 249,795 000000000000002cbb0e6f9d494a4ffa54a8af357829d0158da20274b7239034 0.04 MB 100 154
249,794 249,794 0000000000000037920285876c871865a5698df4df3c30bf5a1fd8d9b74dec84 0.08 MB 128 57
249,793 249,793 000000000000002d3adfa2c507c26067c78edff0daf921729e75c6431665ec99 0.07 MB 147 106
249,792 249,792 000000000000000edd5ff516d6a712c9123a364f7ff9c23c198236901b3bafb1 0.09 MB 236 131
249,791 249,791 00000000000000097f7dafda6c1f835b30d484005162764e82de0d6656710918 0.04 MB 95 128
249,790 249,790 000000000000006f9cf485ba41a120bccff542f395024e8d0bda273102dfaf14 0.07 MB 147 99
249,789 249,789 000000000000005016fba2399f2715f92fc8972dd9704b661ff992be719f0668 0.18 MB 323 115
249,788 249,788 000000000000001659882d86a4d18766b007d37d794f1df6f49d099453e14504 0.10 MB 262 140
249,787 249,787 000000000000003d1ce19405264564a96db4dff367ffe2e0f478139b33559c27 0.00 MB 1 0
249,786 249,786 000000000000004a62936389fc333c0fc81a015301689c80073116b2f61bb583 0.04 MB 62 102
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.