Memory Pool Memory Pool Refreshing

3,661 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,994 (791,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,946 116,946 00000000000092a79f2cef7647d69c341a86b9a19a58064ed36d2bca46aa61e3 0.00 MB 13 973
116,945 116,945 000000000000a732ec07acf5366ca6975062f578a7c0ea4a20887825a10c956d 0.00 MB 2 3,875
116,944 116,944 00000000000082f6767d47abf0cc0e8c98d2127c517ab8d1a0180e36802fba9d 0.00 MB 13 801
116,943 116,943 000000000000425d16b1ecd91618bb999a305e33b2d8564e5371242e7c8783d6 0.00 MB 10 1,156
116,942 116,942 000000000000016cb2e8ca6f85905d0588d5b60e640121e830b1be1a434c5904 0.02 MB 30 496
116,941 116,941 000000000000390fad0454d175bd5ce6e209aafb6610543c90137f22255e54e0 0.00 MB 10 0
116,940 116,940 0000000000007d1290791f4ef266d6d3b36720b904d43a85f9322300377b6403 0.00 MB 1 0
116,939 116,939 0000000000000bbe99aa153c79a19af89981f84bd5316eb351e4423b4efb79ce 0.02 MB 64 1,693
116,938 116,938 000000000000c4f86ca03ffdc6e2e1cfdfbb8b1373846a18594810ba348d68be 0.00 MB 8 1,613
116,937 116,937 000000000000c4ebf09140ef5a2d2aff930095388b7f1c8d6f5691e2a59dbfe5 0.00 MB 12 0
116,936 116,936 000000000000917e92654df1fea49acba75679ef7e894d1e055bd6dda5431a5b 0.00 MB 13 601
116,935 116,935 00000000000072ed18d431e6450c794936d5304ce7a10454542f843b6697a28b 0.00 MB 11 326
116,934 116,934 0000000000007a73948ae6d7ca87bcf6bfba2700abbedbd94300f5df6c70f361 0.01 MB 20 1,211
116,933 116,933 0000000000005a3bf02e3f24fe21b26cf6418e666c1f2130c0afd609fdd9e97a 0.01 MB 16 1,533
116,932 116,932 00000000000088b45515e9744d0b78570ff99edd4a4556471eb79f14ea72f195 0.01 MB 42 1,198
116,931 116,931 000000000000673d1bf7cba01fdbd99771656b2b66798f8c587bb8c474ca73a5 0.00 MB 9 1,032
116,930 116,930 00000000000019698bbb42d5d07e99a082257b5a7a864febeb5fd7443edb7194 0.01 MB 37 1,667
116,929 116,929 000000000000657ab4dbe2db367bf8154c6828cbfd97ff65ecc6094f44343bc0 0.00 MB 4 3,875
116,928 116,928 000000000000494457221111a6a99da34a993c69c2761582bec31f90ba5d560d 0.00 MB 10 1,118
116,927 116,927 000000000000691d0c2444db713bf6c088844cc95a37cdc55cc269bb0a31d8c8 0.01 MB 15 571
116,926 116,926 000000000000b2c5da0c46b25f720fa3212b1a7b492850987f9de6a2a2802637 0.01 MB 21 1,875
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.