Memory Pool Memory Pool Refreshing

4,741 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
2 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
908,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,859 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,165 (661,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,794 246,794 0000000000000047e56dc30b51e449dc3f9d8b5b1a2f7c8f683af2e0523abb95 0.23 MB 477 151
246,793 246,793 000000000000007f579ef6ac95c11834ffe1db0a5798a48aec71c0097c5c7308 0.04 MB 80 136
246,792 246,792 00000000000000554baf022e35ced32bba94335174e6b95c36e7d50694530354 0.08 MB 195 215
246,791 246,791 0000000000000054f1cf6c116d03826516e825915572453abbd8a5d29fbee910 0.06 MB 148 161
246,790 246,790 000000000000008fcb5ee3db31abac4804b3c2948635975f7cf6283f9ff72fe1 0.21 MB 412 120
246,789 246,789 00000000000000134c8695067c9be0836c138bbc9b369728fdb15d5e52284238 0.02 MB 13 57
246,788 246,788 0000000000000039ef60a6dcb40896209c2a7b5d9300a02162f25f72860505ba 0.01 MB 27 92
246,787 246,787 000000000000007fac4c4d81cb9fda5b86f57491fe6c1830be8dc157160f4e35 0.05 MB 88 83
246,786 246,786 000000000000004ff3fc5abfb35b41a4e71b6752932229c272d18b7f14efe94c 0.08 MB 179 133
246,785 246,785 000000000000009293e47fb80a334e3228c32ac51d77d0931c53ee5c71f96040 0.02 MB 47 33
246,784 246,784 0000000000000081bcf94641193456fb1b39024e214598ca370903efd3af1a3c 0.18 MB 411 136
246,783 246,783 00000000000000a3433c4a2ab4136c22d3c9c1defedb51c0c1ff7393dc182533 0.11 MB 262 202
246,782 246,782 000000000000003937d0e5f378624c94356ea48537d68ef5867c6ad12cca70e4 0.00 MB 8 137
246,781 246,781 00000000000000166878c97e3ef0d3bb257974bf09003dc4e67229c60606b45b 0.01 MB 23 250
246,780 246,780 000000000000007f5449359afbd5cf3c69fa3a06447f3be14882ab7feea68de2 0.02 MB 40 59
246,779 246,779 000000000000007dc7af7853103a69195024f9d70c0b23fbf92149642b5b6b7b 0.15 MB 363 132
246,778 246,778 000000000000000e7f2a2d1a0e8bc8f43cabb03f13efc113af6f4bd6a62dd27a 0.04 MB 101 163
246,777 246,777 00000000000000935ad33a76297dbeeb0844f167d4ffd38d3ba832cd4130cf46 0.00 MB 9 191
246,776 246,776 000000000000008857c2d53fba01cf4c58b120ac31f58fa0014a54e1f06c021d 0.05 MB 112 131
246,775 246,775 000000000000007393d8ad09bb502de941c5ba05166159ab484970eac0fdf7b8 0.10 MB 218 131
246,774 246,774 0000000000000070ee38522881188fde4dbdd27cafd452ef7777cc1a00377f96 0.19 MB 460 147
Previous 10 blocks ↓
Total Size: 769.86 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,680.98 GB sent, 97.19 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.