Memory Pool Memory Pool Refreshing

7,972 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (556,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,918 350,918 0000000000000000004d6ff5794f1eceae211d6251bc9822b4f32bdce53f8bf3 0.10 MB 173 25
350,917 350,917 000000000000000015e21e320f38a267cd4e67cefaa4fcb9b3366ba65709fe10 0.71 MB 866 16
350,916 350,916 000000000000000012b38e35fa07114ce516ca75bbe91bc49055fa1bbe012c66 0.75 MB 1,720 30
350,915 350,915 0000000000000000100a58d7682225e1b870950fb33b99ba6c9cf79f473d61be 0.15 MB 512 58
350,914 350,914 000000000000000012dc6946332d43325dc77a37e5dd97e4deb023b1f58242fe 0.59 MB 1,190 28
350,913 350,913 0000000000000000062b7f0eebb802f28c27f7ff4f58178a325f7b8bf9007754 0.26 MB 457 23
350,912 350,912 000000000000000012dcb823ea6a9349a5fcd04df12802fa6b1b1edbca5d9aa2 0.35 MB 611 27
350,911 350,911 00000000000000000706ad5e842effb365ca4d5140a083c0c04c36d9942b58fb 0.20 MB 353 20
350,910 350,910 00000000000000001396ba44d722cc8adf5d749f3065d8abf0fe8432e80eab73 0.00 MB 1 0
350,909 350,909 000000000000000005093d8efb6f3bb08b9337e6270d49cf074fa222bbe009ac 0.58 MB 947 23
350,908 350,908 00000000000000001073fd517e611f35e5b3fd09144df3e3bb9c967957f548e7 0.60 MB 757 18
350,907 350,907 00000000000000000fd888921928aa6c8539b0e240d31e32a5faef0b13db1889 0.75 MB 1,848 35
350,906 350,906 00000000000000000ef9bce36f12bc556b641f9328d6905ec820426b02246778 0.30 MB 622 27
350,905 350,905 00000000000000000515bc910fe24899e3c285819834e689dd0c1511d26b946f 0.37 MB 866 33
350,904 350,904 00000000000000000a685d2e5d8ed6dbf4244f9ae201250b369765d7f988862d 0.11 MB 176 24
350,903 350,903 00000000000000001097c5cda62a1b88ded4a09c36f5cbc1d92ebfd3c33321fc 0.03 MB 60 19
350,902 350,902 000000000000000005bd07fabef6aa0c1d94b2e3d8506addec639a87d75e9d99 0.23 MB 406 24
350,901 350,901 00000000000000000da01f40a51f05bb882d0ad53149fe869ba23a102ff1ccc5 0.16 MB 252 20
350,900 350,900 0000000000000000072bbe3ca8b78c637780ae9a0e2fe548c1737625ed21b936 0.17 MB 512 41
350,899 350,899 00000000000000000537492196d3ba337ae4c736dae70240c088870f65d9f47b 0.75 MB 1,465 28
350,898 350,898 00000000000000000be4af3beebb4163ea2bdc80586dbec9fc835d8f79ffd322 0.32 MB 600 26
Previous 10 blocks ↓
Total Size: 769.03 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,625.40 GB sent, 93.03 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.