Memory Pool Memory Pool Refreshing

852 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,744 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,743 (774,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,957 132,957 0000000000000c9cbcdb8f2a9d0525698562d54031e4cda7599b4ad946d67645 0.02 MB 30 641
132,956 132,956 000000000000091c4a1cfce768458b584efe0a8a7b53efbe7af0d7edc270a36b 0.02 MB 51 247
132,955 132,955 0000000000000929f440ecd71b9acd5da12134135aa4b661c96601d7a3226a49 0.01 MB 57 67
132,954 132,954 0000000000000c4c67c79b6c4d3d671aa913e2471e73d53432e72940e675347f 0.05 MB 103 249
132,953 132,953 0000000000000fd6adaa8c9559e921ecd4fdae19efa62ca0997c1a1a34c18ddf 0.02 MB 29 324
132,952 132,952 0000000000000c8de18c1ccbaf4134ce3c4f9e05bc95ab7f23ee240f7e331bf0 0.01 MB 31 148
132,951 132,951 000000000000106a5d8e2e11c7ea2d0d927e60a6a5c4fddfdbc900be2166ea4a 0.01 MB 16 763
132,950 132,950 0000000000001089c7dac1bac6e1990c4b7df41a0150555e2025dbf10997ed51 0.01 MB 17 724
132,949 132,949 00000000000011fef9dfb4ab5b0cb74bf3c2fcd6a84fac1b3151cb53c7c89441 0.01 MB 42 407
132,948 132,948 000000000000120fde9581e29d2176d7449084fe647a4f4218dd327c33f5dabb 0.02 MB 40 333
132,947 132,947 0000000000000cd2921f3650520d460a13b56f5c59976b6234466aeb897fb6a1 0.01 MB 22 858
132,946 132,946 000000000000109d4deda80d5070cbf237a589f0628715460923cafb5beb9e38 0.01 MB 22 144
132,945 132,945 0000000000000849bde07ace805b8862ae35667e69c3d012fc05d25a7875f181 0.01 MB 29 207
132,944 132,944 0000000000000a3f8de486a53c4f8b15ee023b368cc0c671e658356dbc82369c 0.01 MB 28 606
132,943 132,943 00000000000004dc9bb0687636a81f2400d6f2a55a002d2b926038e8377ac3f1 0.01 MB 30 238
132,942 132,942 0000000000000e71546b16ad54a811645b11cdbf6edee123caec29c50f279351 0.00 MB 1 0
132,941 132,941 0000000000000c65a07112f5ab8c3c88d45a561ffb84e846400eb4281397c69f 0.00 MB 10 17
132,940 132,940 000000000000027eafd12e5170444447b3a5a9dc0e716a1476c920a16e72250f 0.01 MB 23 1,179
132,939 132,939 0000000000000a98189656abd90013047716b2f76a10580562ac6817439a689a 0.01 MB 13 9
132,938 132,938 0000000000000cb8c53853c7acaa124402a471d2f6277f77d59904bfaafb20b2 0.04 MB 118 239
132,937 132,937 0000000000000028943cf64ee7be17a883944f8686938fb94c22b759bf18dac3 0.01 MB 28 499
Previous 10 blocks ↓
Total Size: 769.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.98 GB sent, 93.20 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.