Memory Pool Memory Pool Refreshing

2,303 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (857,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,108 51,108 0000000008200495390c56b1fa5ebd92fc097d9cedb34ed07ea6470db42e08d1 0.00 MB 1 0
51,107 51,107 00000000040af7dc78198e3dc1f0097389bdfe50223623e9fe57d6dae3549b08 0.00 MB 1 0
51,106 51,106 000000000719f7fa6163c7c108b4da5e76e9581c973776519004af1eeb01686d 0.00 MB 1 0
51,105 51,105 00000000154865ecbbb0f9cbe6b91a2d17607fc5d521b698a8cce1b0fb358800 0.00 MB 1 0
51,104 51,104 0000000008b06e34589ae3f4592be5a7a83d83383f52fb1524ce49d42ca76814 0.00 MB 1 0
51,103 51,103 000000001f25c8916ddbb6ae66159d798e542d587713d1f663df1a698cc7bc9a 0.00 MB 1 0
51,102 51,102 0000000015445cc87000a4bfa8304481759489de23785b8d0f24e45129018145 0.00 MB 2 0
51,101 51,101 000000000194df3d1fcb0bd428fddbfef5d877b2e3affc2114135e1b9d951df8 0.00 MB 1 0
51,100 51,100 0000000015dd90972f84cad9a51ebb192a18a2df31bdc99f1a9bb3621cb6df75 0.00 MB 2 0
51,099 51,099 000000001ee03aeebb3b1a2165148ded838402602c25d08f453fbc93612a5a15 0.00 MB 1 0
51,098 51,098 00000000016809b3a1910c01ee14f496fec7ee370237247d4fbe64da473c0aee 0.00 MB 1 0
51,097 51,097 0000000002aa04d7b9d56852308db8c3f94ad991f50d1f1e348718d6e60dd8b3 0.00 MB 1 0
51,096 51,096 000000000f960b23cc9edf722c8f01042e8e78cb1b811f47de36c51b32ff8411 0.00 MB 1 0
51,095 51,095 000000001f14c9537e5e12611878f03547498c2649761b912f8c89354d89cdfc 0.00 MB 1 0
51,094 51,094 000000000d0134da71e1fd1cd7cae8c6061fcf1b8857795da56dda0c11239b5d 0.00 MB 1 0
51,093 51,093 000000002073a40ddc93df0fc2cbe3a4bfdb878bb431d2f7f999da661b137023 0.00 MB 1 0
51,092 51,092 000000001438e5423f4aea30fb56981cf9cc8af3188bf325230a96a7b0fd5fe8 0.00 MB 1 0
51,091 51,091 000000000f63b576882d0fbbd427122c9f878717d68c1e86d5ae4dd453d47e62 0.00 MB 2 0
51,090 51,090 00000000108133e44c5d6f4ffe6a658bf467518ce55605089d89ee475350d828 0.00 MB 2 0
51,089 51,089 000000000fe1a9ca8857ef57fcfc1f4331d9bd4a9cc6769a4d65cb411e0475c4 0.00 MB 1 0
51,088 51,088 0000000003e206ba6accf2ca8b0d9933a06120a2048afee08285d4935cd347fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,776.97 GB sent, 99.74 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.