Memory Pool Memory Pool Refreshing

3,945 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,808 (707,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,799 200,799 00000000000003781fcd2d73c86b550c4ae8d827f97d5616bd688786ff3501e7 0.05 MB 154 136
200,798 200,798 000000000000050d314a54311796a2f4daa0a75fbe0e30bc93905075ed51424f 0.01 MB 16 77
200,797 200,797 0000000000000454d2b135c6abcc23e6825a980c69c80099ee5035ffa120cd05 0.05 MB 109 107
200,796 200,796 00000000000001e0bed50e9bae671e918a8d83f34f0c5dbc39a39c4f6e7c38a1 0.06 MB 154 183
200,795 200,795 0000000000000030ae341f1c2fa64dcb65b6bb356e8fc04637e16e884e8bdeab 0.01 MB 34 125
200,794 200,794 0000000000000229ac2578fbb54e173b76d0ab22226fd152cce0b68a8a1b6bf5 0.00 MB 9 82
200,793 200,793 0000000000000453f8f4333fe1ce3bb63d855a7bb7cc8129238bf457bff6544a 0.03 MB 63 77
200,792 200,792 000000000000024f0abd34d8d69cc1c6d715c3f9ad671ee53f883a4a2d077d3c 0.03 MB 19 42
200,791 200,791 000000000000004e4a1ecaf81bfe96d37be4c9f058183f29099b5c83599dec82 0.04 MB 84 134
200,790 200,790 00000000000000b88b16c6f4c4d7ae44a093c22b8c58ee132763bd27df98be4f 0.07 MB 159 159
200,789 200,789 00000000000004ab038f7b1af7e2febc381ebef0e58868b73ca791e6f0006f81 0.03 MB 68 114
200,788 200,788 00000000000002fcaa3254788da0a72e605e53de826ab9113aa6a52ed4fe5b71 0.16 MB 159 38
200,787 200,787 000000000000016f6e39f6bd372d1654261637c40475116d10bc412980c92dde 0.07 MB 141 88
200,786 200,786 000000000000059e55dbb8820677a5249f6aa1d008cbea0847077b66b181a756 0.01 MB 19 804
200,785 200,785 0000000000000295b9e717f7fffc9d2de3fd0ec78a5cd7c6f444602290942c59 0.01 MB 24 142
200,784 200,784 000000000000003642b22a18f0343ab2cc52844689b56f4673691ae1a323cd08 0.11 MB 152 101
200,783 200,783 000000000000051335b703f106e76429483527b6d3a39a58fe2a9ae7e1cb5a59 0.05 MB 126 112
200,782 200,782 00000000000002a698d35a1e2f287f3fcb95992ead8c16ad1ea3116f1aed0c59 0.03 MB 68 182
200,781 200,781 0000000000000285f407f35fbe85ccb250e8a47ff269bdfbb3acf31b7d0a24f9 0.13 MB 258 164
200,780 200,780 000000000000004bb40f26218d32b995913a732c25f49e2521e66fcff8432013 0.07 MB 149 111
200,779 200,779 00000000000003fbc532716556abef2b840148876e06d3e4c885d58937b51b82 0.07 MB 235 370
Previous 10 blocks ↓
Total Size: 769.18 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,633.52 GB sent, 93.84 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.