Memory Pool Memory Pool Refreshing

6,632 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (462,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,144 445,144 000000000000000000d568bb2c6e09e04bb30c8a5fa93011ad3e78d1982780c9 1.00 MB 2,284 82
445,143 445,143 0000000000000000019ec3da74e92e27e04714a3307b8a2852d5f16392c5e508 0.28 MB 455 65
445,142 445,142 00000000000000000083ff44a7fb8f560069d6632fa333e90ff6133e5063bd9c 1.00 MB 2,429 78
445,141 445,141 000000000000000000dfc724b812cd4a85a31950352de856c130b852a30a2327 1.00 MB 185 4
445,140 445,140 000000000000000002a5301a0c08d232f5f0bcc21627269a8a173dbd266e16b4 0.98 MB 1,862 55
445,139 445,139 000000000000000001c78ed5141208594b31386ca1b74567cd96b521391a02e6 1.00 MB 3,182 92
445,138 445,138 0000000000000000002de7741730df4307a0b07af877fdac1f03b9be9e97da54 0.49 MB 1,079 70
445,137 445,137 00000000000000000176f187abfbbd842adcc010e6b1f6df5bb9449a4bef1636 0.35 MB 894 75
445,136 445,136 00000000000000000103ea07014c0220c8d89d87b5d698199723cd11b6747974 0.53 MB 1,213 74
445,135 445,135 000000000000000001fecc38833042fc8d2976fd92f1c0a3c0681153cac51051 0.43 MB 771 54
445,134 445,134 0000000000000000011e03047f46c107b6459dc5af0578e7f9fd96f347924db2 1.00 MB 2,201 73
445,133 445,133 00000000000000000237155c2bbe0c4274ea088225ca3be4b58dd7362f9583c6 0.92 MB 1,563 60
445,132 445,132 000000000000000003181ae801f148d88f4ded1234fbd79f160bcb129aeb58d2 0.51 MB 661 48
445,131 445,131 0000000000000000026fb4d4e78c09d194d24c06a0a56bc755e2c7bb77e8fa6d 1.00 MB 1,733 61
445,130 445,130 000000000000000001fdadfca8287870e6a157259228db8e877cd88c535c48bb 1.00 MB 282 4
445,129 445,129 000000000000000001b3f8e69da1724d77d9fe6c781cc21a0d165f476b9c1ada 0.48 MB 1,241 76
445,128 445,128 000000000000000001c45c483006d510ee71974993c92800220cddb8e94a101b 1.00 MB 867 24
445,127 445,127 000000000000000002873bfdf92a51b099c4bc7baa091b50087c96751c66cfea 0.21 MB 440 74
445,126 445,126 000000000000000000bff19e42cf011eebf6fa3a22aed3a3ba44fd779ac245fb 0.10 MB 246 76
445,125 445,125 0000000000000000023d5d184f8b90198be5313f293f310f7bf1f2d714b9e96a 0.09 MB 175 66
445,124 445,124 000000000000000002dff4145aa07eaac1fd888b5907da76f69bb2be46c18ed1 1.00 MB 126 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.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.