Memory Pool Memory Pool Refreshing

1,791 transactions
0.70 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,044 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,043 (806,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,892 101,892 000000000001ac3117f2dd30bb38a7e2b3c8f393e5e34f12db23f72271abc383 0.00 MB 1 0
101,891 101,891 00000000000388fc2043ffe99eb8727b859abf043191d2f53536d1d775d36df1 0.00 MB 1 0
101,890 101,890 000000000002e70930b54b0f7c77558edbe750bebfbf0205992c1223ef72d279 0.00 MB 6 0
101,889 101,889 000000000001fbaf3dd6239a985062b2c5d2c7a2cc8f727e746467e15d49ddf6 0.00 MB 2 0
101,888 101,888 0000000000018fac0dcc6f7dac673d4bd4c86ee73fd6896456f99f4be98a1ed5 0.00 MB 4 0
101,887 101,887 00000000000139297da6452a65f2aaa856c1adfb461e7befa5c255b38d3a2267 0.00 MB 2 0
101,886 101,886 0000000000024a598781b275840c7e27d26be91dd63366a23f2bf4cb08c58a72 0.00 MB 2 0
101,885 101,885 0000000000011898a9fc9da64553ac599772c69ac14e261744c7cb202bdd9131 0.00 MB 1 0
101,884 101,884 000000000002ec28c18fdb0435506ccb37799a96e8cca9933efcfb606836c5c1 0.00 MB 6 0
101,883 101,883 000000000003220219c171d9ad288833ffc4c9d8e9010d9e6a408a826007d31d 0.00 MB 6 0
101,882 101,882 00000000000081757c422a1c259deaa6a6b3f1316b96d9adeebfd9831c1ac701 0.00 MB 12 0
101,881 101,881 000000000003e15bdf1d24b72f7e1f2496fed433d7a222422706d31f7a5c65e1 0.00 MB 11 0
101,880 101,880 0000000000009d7b3e07e833e9bdeaff4b776eb576fc06a9820f8d19c1a96a41 0.00 MB 13 0
101,879 101,879 000000000001851cedfd39058bad53a32a4bc89998be3052c18467020f83ec8b 0.00 MB 3 0
101,878 101,878 0000000000039b2d2ff0d64b698481ed37146fc136cf15e743e799f4e5351225 0.00 MB 2 1,626
101,877 101,877 00000000000171ff41c12db3b0ee44107522958e0040f102140c57c8aca86fb4 0.00 MB 1 0
101,876 101,876 000000000000aba631132d17a0066e315b714fc5095a00f4ddfd1980f39f202a 0.00 MB 5 0
101,875 101,875 0000000000014bc6126553c934f6a4b7096f9013dbfaafe924d50b0bb0e54e86 0.00 MB 3 0
101,874 101,874 000000000001941f438132964105a9c09f996997311353dc8cd0172dfd6e7b2a 0.00 MB 5 0
101,873 101,873 0000000000030a4a50dc4c291302ece352f0fb15875889203eb195651b92e1d0 0.00 MB 5 823
101,872 101,872 000000000002c91dbefdf6e3f4b51fdfff66e141519c0f6dd44fbe715a512a4c 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.63 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,652.23 GB sent, 95.99 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.