Memory Pool Memory Pool Refreshing

3,828 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (747,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,869 159,869 000000000000039ecc59946dc064e043b6b85435b368f28ead05884db6ff5cda 0.01 MB 19 20
159,868 159,868 0000000000000ce825dec5f5b7d0e25c348ac078b9e3ddede9061e72ed18b27b 0.04 MB 40 179
159,867 159,867 00000000000008f265267819e74cb872d98a0cc3e661ab8d5ed81174a4dc108f 0.00 MB 8 354
159,866 159,866 0000000000000bead18ad1009237223cae30ad25012e057045edbe582e29a455 0.04 MB 108 129
159,865 159,865 0000000000000b91fa5cbab9a0fe6af9e7776b6356b7f58c95f5495685379043 0.00 MB 5 0
159,864 159,864 000000000000088617e571a85d22091344ec26143342526320d2f51e7024297e 0.01 MB 17 141
159,863 159,863 00000000000006e5cb50f9ee460d433cc6b568171ec72695f8133f473ce67649 0.00 MB 6 0
159,862 159,862 000000000000085fb83ba0a49fac1b0cd63211d353b638841da832a6d271c1d6 0.01 MB 27 215
159,861 159,861 000000000000040dec976a099dee2bd1752108393f7fdecc3612c26b5f3f34ac 0.02 MB 82 13
159,860 159,860 0000000000000bd345d24330623c95fd5c93e58b2099482032806029533719f5 0.00 MB 5 131
159,859 159,859 000000000000011f391bafdb67642da6f114ffc818c08c9e04c79f350eeebffa 0.02 MB 50 50
159,858 159,858 000000000000031c1e3aca7e0e6c108beb8aeca32bddd52b442259bb481ff7e0 0.00 MB 5 77
159,857 159,857 0000000000000adf030ea0216b6f0a52fe4537b4c0233efe1b44e373876c4bbc 0.03 MB 69 109
159,856 159,856 000000000000050f57b8b36c2320a98ddc913084b0f49ec3e9602ffc0f1898f9 0.03 MB 108 146
159,855 159,855 000000000000037b2a9618a31a9388201502ca916f23cb1a32b527610a85fbca 0.02 MB 68 129
159,854 159,854 00000000000001dbab4925c11d005c155616cf30c0456bdf81885ecc1fcf9f20 0.01 MB 28 0
159,853 159,853 0000000000000ce79897090a71f7df19f60841a6ff9e05574a53b4ee6b8bab15 0.04 MB 74 77
159,852 159,852 00000000000001da485e240dcc2433fe986058aa40f14a1c8fc15e89e31f96ce 0.00 MB 1 0
159,851 159,851 00000000000000ad9570c74a9a16246d4ea38543faefc33c6840d339d579bf1c 0.03 MB 47 152
159,850 159,850 00000000000008b53616a0f9d9ee58630a4947fd50299e282d812a5a033b1b5e 0.01 MB 20 19
159,849 159,849 0000000000000c61fd7e4f53ee8c362950f689b83d645f732b537d0ec572ce2d 0.02 MB 48 135
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.