Memory Pool Memory Pool Refreshing

4,215 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,142 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (81,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,902 825,902 000000000000000000015892ef5ff507ff12d17b0e9bcaba7ceff07f4df6a3c6 1.59 MB 3,593 156
825,901 825,901 000000000000000000004ade1f985d106b81aeb4478d754d92a693858160f7e2 1.75 MB 3,225 75
825,900 825,900 0000000000000000000239e60e7e90c365f2729250d79363029792ed47b08924 1.77 MB 2,165 65
825,899 825,899 00000000000000000002e7062cd4bde9fa96d34c8df266b6715241cd85cc9274 1.54 MB 2,033 75
825,898 825,898 0000000000000000000395279a4d81a8ddc605ffade5e03a6edc03bb3b9b89ec 1.60 MB 3,184 77
825,897 825,897 00000000000000000000e3676ac0868a313bd4e138e48456fb528b473e52bb09 1.87 MB 2,380 74
825,896 825,896 00000000000000000000a3f27abd7842ecb3c37da48c2d3e5c96c4a5b69c1025 1.58 MB 3,155 102
825,895 825,895 0000000000000000000369244bcba18c422655d8e59987c8fc2e75ebf17abaeb 1.52 MB 2,934 83
825,894 825,894 00000000000000000002fcefa271fef87730d66358a2297473dbb8be8b34df0d 1.76 MB 3,255 116
825,893 825,893 000000000000000000018968f43b53e88e1da8abd51aac45c3c65a392e704d99 1.78 MB 4,547 133
825,892 825,892 0000000000000000000165a8870b8f5a5d74c8d5c115e0b495db89b699595bc7 1.84 MB 3,441 77
825,891 825,891 000000000000000000005c8b4a34c45859ed353d71fbc42a57791ae984a064a2 1.55 MB 3,023 137
825,890 825,890 000000000000000000028c21fc99b847403358dc619cdb3510b5ccc841d6d671 1.75 MB 4,116 95
825,889 825,889 000000000000000000034bd87773481287b6ca1096213e20a0895a620a1207ed 1.63 MB 3,746 107
825,888 825,888 000000000000000000027686b066bc7ad572edaa949b8d5468f8f1617f0731af 1.54 MB 3,396 132
825,887 825,887 00000000000000000003b1ff243c35ad992512a415aff73ed21f9a29052ea000 1.76 MB 3,003 84
825,886 825,886 0000000000000000000027d7dda32229f3e774dafd550278fa3c87a2381ceaaa 1.55 MB 1,634 46
825,885 825,885 000000000000000000012b40ed0989ec8fcb4f66d97c2fd64bd4c0a3788b8a89 1.65 MB 3,409 102
825,884 825,884 000000000000000000028145b998ae18356a7c795d37cca4b7adb877940b130c 1.77 MB 3,617 99
825,883 825,883 000000000000000000002eeeb88f5c58d91c5f87ff1619f7d790293b245b564a 1.94 MB 3,000 79
825,882 825,882 000000000000000000037df46d69dd12b83431a25c341e68b1fb91786c8c125b 1.78 MB 3,170 99
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.