Memory Pool Memory Pool Refreshing

2,057 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,758 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,018 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (700,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,117 207,117 00000000000001eba3581f84d66137f15be6e83367dd1ca43ac4858aac3dcc5e 0.13 MB 261 162
207,116 207,116 000000000000030dd207833ffe00d0bc7d25239d5679f601ef3c11169126ec2f 0.05 MB 108 258
207,115 207,115 00000000000001f2ce51153682404d69b6ccab00192370ae08da32d7edefa9d1 0.37 MB 756 149
207,114 207,114 0000000000000095a4f9d21c55b4357e9fa540e0d259a4e0d4b784e5a408200e 0.00 MB 1 0
207,113 207,113 00000000000001754ba200a7f6f0b7c1984119fd78f6d585c0c6ea8dc2995957 0.10 MB 224 148
207,112 207,112 00000000000002edac0267fb461876b0e926073d95113d396147462ac9eb8eaa 0.03 MB 22 93
207,111 207,111 00000000000000a4216120dc11dd4d3428212356bde8379212542a85a698d83c 0.17 MB 485 106
207,110 207,110 00000000000002ae32bbbaa56d1874ae7789e11920c3bc25cd904d5defadbd0e 0.04 MB 64 34
207,109 207,109 000000000000039820980f41262c3ccd348b591b094408bd37fa76b683a335b2 0.06 MB 133 105
207,108 207,108 00000000000000f0fcf6cc0bdc9441436d1817e8551351ccb7006bfe0e07a01d 0.21 MB 615 181
207,107 207,107 000000000000024a18e0deeb9cd1b67150f761cc85e5f020597711583db25d78 0.08 MB 146 158
207,106 207,106 00000000000002cd73e7d1acdc9c7df3d2665593ef2162c0bac98004cb77dd28 0.05 MB 147 39
207,105 207,105 00000000000004001d3cb553d197c506b0e7bd9647e54e17be718ee655ea7c34 0.09 MB 181 164
207,104 207,104 000000000000006169bc355456b9362b115dcc4d6356b9f0ea5fa8f7c19f6c50 0.30 MB 570 149
207,103 207,103 0000000000000099f5b83924b3dbcbdd2c2b7101f984d6086e602c8119c9d977 0.05 MB 129 161
207,102 207,102 0000000000000398beef7350c02a105cc3e3e82bec039e6c7f76fd145013fabc 0.03 MB 45 81
207,101 207,101 00000000000001916e167006fe9e75b64c8b6fb85ea59f2ef256fe67b859d8fd 0.09 MB 191 163
207,100 207,100 00000000000000231b3686ab0a26212666f2e909aa5b34fbf54b0e46a2d374e2 0.11 MB 231 146
207,099 207,099 000000000000030e8a5bb3589312934bf961007e9b81055af884f9a3c27dec38 0.36 MB 745 196
207,098 207,098 00000000000003c619b159873aebc9042e7c13d688d4fc91b6f33c7d9400a4d5 0.05 MB 138 138
207,097 207,097 000000000000011b8c056de63174a9759bee496ea46af2ed96aeb3590a3a8b66 0.06 MB 131 154
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.