Memory Pool Memory Pool Refreshing

7,096 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (720,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,211 187,211 000000000000074a3a8a1dfdac5f6cd90874980992115a4e390946996ee41395 0.25 MB 664 131
187,210 187,210 00000000000000bf36b5199a78c835333f81148745fa6498ca8cac3dcb379de8 0.00 MB 7 596
187,209 187,209 00000000000003f04e7f17e7f24ca6022961d5699448b09ef8e07d61a9b19fa4 0.05 MB 118 127
187,208 187,208 00000000000008401b8ca2a4a2ca525fc175d1a825ef4fa669a366aa53766bdc 0.02 MB 70 5
187,207 187,207 00000000000001d6e6377871226a9e417c98d26983c33daced4f723ee56e5032 0.05 MB 139 89
187,206 187,206 000000000000058f78a5340ff6e71964aa7c9d577eb50915a9ad2e44afa53ba5 0.26 MB 721 138
187,205 187,205 000000000000085b3d0f2a14a992133a89471bb835ef4342980ed54cdfa82005 0.18 MB 391 116
187,204 187,204 00000000000008075c4c16eba99f6253b00c4c4c726f6e3e058606965b92ff18 0.01 MB 32 215
187,203 187,203 000000000000031ade8b78ee10ffc897206dcdbe6a6b48aa6cb96034581ee89d 0.25 MB 682 149
187,202 187,202 0000000000000164361d3b50c2350f59cbcc0e7c62ee5ae01fd0dc6d635cb2cc 0.03 MB 78 86
187,201 187,201 00000000000002180dcf38a2c747de22a97fb548fc48412555118bed7e42ef1a 0.02 MB 49 93
187,200 187,200 00000000000005976f66382caf10f1f4c2a7a256b1d2dc8efadd64353d3a47c1 0.06 MB 215 25
187,199 187,199 0000000000000169b36839b1e43007148ec615b652241db600776c08982ed572 0.16 MB 539 176
187,198 187,198 00000000000000587cd9018ee18a083fb575832c91befa35005d5eb15c23305f 0.00 MB 15 15
187,197 187,197 0000000000000859901f858f07751392d27e0cef9c8a2e897fa8590a6059981b 0.00 MB 10 294
187,196 187,196 0000000000000767fcf2b08e8763050fed4ad69c63c3ba38c3b24467719f854e 0.03 MB 86 109
187,195 187,195 0000000000000003648b1a38db5fb431ddb6d81e15917f0a4c23a79a23f9d1af 0.05 MB 158 173
187,194 187,194 000000000000000214f41095dd7fb46899056b9875729bd0b490a12e5a25b642 0.05 MB 133 243
187,193 187,193 000000000000028791aa9aa3344da2096a29a0c921a748540b074965460d589a 0.14 MB 295 122
187,192 187,192 000000000000047398f66076bd366d30a0c63576d218c7f5941425740519f3d7 0.04 MB 91 89
187,191 187,191 0000000000000704437fd7772767cc33c9eeb3c460744b94b7a9c7beb3086066 0.01 MB 32 399
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.98 GB sent, 93.05 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.