Memory Pool Memory Pool Refreshing

8,426 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (68,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,879 838,879 00000000000000000002eabdbd35fb75019b7610dd02d020e3dc8a61bfed4d51 1.59 MB 3,305 150
838,878 838,878 00000000000000000001c09a88c45dc7f564e26f2531b9f1ca06a53e986cfee3 1.64 MB 3,698 152
838,877 838,877 000000000000000000015f7d88ad5b7e8b21b6c1724947aea7042b7e1ca3f7e4 1.66 MB 3,744 163
838,876 838,876 00000000000000000000040645b21b508765efe2ea272c986e8f3bc469cc0826 1.58 MB 3,720 177
838,875 838,875 00000000000000000000ac5d948ffa9722043f4e67d7d212d27e865a12da0d1d 1.54 MB 3,782 198
838,874 838,874 00000000000000000001c935ac61685dd57ff0dd2181ab607083fac613a3d0c8 1.67 MB 3,983 248
838,873 838,873 00000000000000000001fae6d4e5869724d9a55c49aa317b6380d09c72dab7aa 1.76 MB 4,694 173
838,872 838,872 000000000000000000008674326cf976f09bcb72b7d9c957d811532ed82a061c 1.66 MB 3,957 203
838,871 838,871 000000000000000000021585fe3dc4cd327d78b4a73b0c3d7d6bddb5b4f62967 1.81 MB 5,176 252
838,870 838,870 00000000000000000001d76d8631742115b772ee6ab93cdf36bd5d78e2f7f250 1.71 MB 4,297 246
838,869 838,869 000000000000000000013412024e8979a0e0c8fb22aaa5fb7b099feedd1991f9 1.73 MB 4,333 287
838,868 838,868 0000000000000000000338f5e6ebe5dac0b13917ee51ca3e41e07b3c125170d1 1.70 MB 4,159 164
838,867 838,867 00000000000000000002438f704c6e03a1cbb9262ebc78af4257f01bcea98523 1.62 MB 3,746 81
838,866 838,866 000000000000000000006d9d8d0dc8a5443cb4f55a6067864c10af2308e1a807 1.57 MB 3,879 106
838,865 838,865 000000000000000000008c007c4b1c7145715329ae56bc1be91955ba8191f7c3 1.67 MB 3,520 76
838,864 838,864 00000000000000000000405b96543990d557100ae79a186dca2d242350f06c35 1.53 MB 3,391 95
838,863 838,863 00000000000000000000c12acb204694db95ed04c0a2c4427f389db80f4200dc 1.62 MB 3,247 89
838,862 838,862 00000000000000000001a09656c8b032771ca251bc0c0c103c24d81dc6529fc0 1.68 MB 2,971 76
838,861 838,861 00000000000000000001d7122d4aa9d1df8538e41026657e2105e581c82446c9 1.67 MB 3,256 79
838,860 838,860 00000000000000000000c91aea4997b40a049472d9932c3cdae4ae60d073ad26 1.61 MB 3,293 93
838,859 838,859 00000000000000000000ceb4a75c77a8da9579bd666758286874da6177d6e7a9 1.64 MB 3,567 102
Previous 10 blocks ↓
Total Size: 769.17 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.43 GB sent, 93.81 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.