Memory Pool Memory Pool Refreshing

14,025 transactions
4.46 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (47,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,940 859,940 000000000000000000003f320e8ec6bca6dadaaa9f449c18bd2b8e1050f13cc2 1.64 MB 7,773 3
859,939 859,939 0000000000000000000054fa68ce26c22f9b5188afdf0dede191121613ae6534 1.62 MB 7,308 3
859,938 859,938 0000000000000000000045dbdf014f9076eb4fd3b7e42982ee4fa6e20e61300a 1.49 MB 5,996 3
859,937 859,937 000000000000000000010f281e9e81836ab2946f53b2389ab2834c0664100573 1.58 MB 6,547 3
859,936 859,936 0000000000000000000265e2066b1e0f673bff5702a0f6fad3cfbacd81c8afdf 1.51 MB 4,847 5
859,935 859,935 00000000000000000002075e6cce417f8feb6c4be54f26d55f064c51a6d508fb 1.63 MB 7,073 3
859,934 859,934 000000000000000000032475543038c45f429db20d13950d30a6959aa3cfdc3c 1.69 MB 5,221 4
859,933 859,933 00000000000000000002648b3a770953b95d877ba4f04facbc45601b8d3845a8 1.92 MB 4,107 4
859,932 859,932 000000000000000000025b186e1a871f848fc0ee743b824fd147a8c360ffb394 1.63 MB 6,498 3
859,931 859,931 000000000000000000024f8d4a56303a578cf87b286f86f79bdd4315c7b56bfa 1.45 MB 2,956 7
859,930 859,930 000000000000000000023d74d9d7a3b7d5aa0a1a42e369c208b2989bee8ee0ba 1.64 MB 7,435 3
859,929 859,929 00000000000000000000b071488ca0eef73f9f0e88dec269afd4ea0399e9f0b0 1.59 MB 4,141 4
859,928 859,928 00000000000000000001faea1f333fe7a86db849f3f8ea25994e7ec310c0a7d4 1.56 MB 3,553 8
859,927 859,927 0000000000000000000236f8ba1c230e76bc4e76684188d6becfbf5e3ac9460d 1.66 MB 5,901 3
859,926 859,926 000000000000000000019ff6a17b50d5278773b08250fd173560d2ad2bcf7bf4 1.63 MB 3,970 4
859,925 859,925 000000000000000000018e105e7ab2045c99c0dee251a871d371576df8c0d5c5 1.62 MB 7,562 3
859,924 859,924 0000000000000000000000aa75d791132433b8d24f3034e071fdaa729996b174 1.62 MB 7,364 2
859,923 859,923 0000000000000000000198d552f3ea2c99197770f0e74d614474f6757d9c037d 1.61 MB 7,491 3
859,922 859,922 00000000000000000001f69c101c344a7d9de08bb83a404551b785812fb745c9 1.60 MB 6,685 3
859,921 859,921 00000000000000000001184d5fa1d252965ef4642ed017a8cbbc96e0e3713f95 1.68 MB 4,513 4
859,920 859,920 00000000000000000001744e68c70afe85de4ef5a7b75cee3a448f6cd401fe1f 1.70 MB 6,619 3
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.