Memory Pool Memory Pool Refreshing

5,053 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (721,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,411 186,411 00000000000005207f33f4426b38175b6c58a6fe54fa28a9235522dedd451f8e 0.02 MB 34 64
186,410 186,410 00000000000001ab6b484b199987edb38e62572f473a96b7d75b153c2a7db827 0.01 MB 14 64
186,409 186,409 00000000000008bc63b50ec3153a392b0f29d2d9cf0ab3e47ef3500d5ff0d972 0.00 MB 10 118
186,408 186,408 000000000000044a1ce4b6026a0f4152abdf3d325bf542460d545480f96345bd 0.13 MB 319 122
186,407 186,407 000000000000056b2b6abd0baeb7ba5b8fedcc100d270b9a9ff33b9031ca9a21 0.08 MB 256 160
186,406 186,406 000000000000059504d28d140c21e61e9acd6de95308dab3652c7c2a3042859e 0.03 MB 78 188
186,405 186,405 00000000000005e33c39ce9417049c269c83fcb1c5ab87f8b6f3f315c90345c2 0.02 MB 42 84
186,404 186,404 00000000000006400f25ee4b5abc8c08a8ef9b60dda9e73cb7c3ee546baff476 0.23 MB 481 115
186,403 186,403 0000000000000075d92a90ee0ed692eebeb3e1fe7978ffece27c08dd2c115332 0.00 MB 12 14
186,402 186,402 00000000000007c313e8032733eca2bc9562abc6163f000c55e46df22aecc2d1 0.05 MB 150 157
186,401 186,401 000000000000048d1d9988c67289c24ad8eb39a572f9cc73aeb61bc9870b85ff 0.25 MB 548 213
186,400 186,400 00000000000002cdef80e2a76c33b09d1ce9152e0a5914945f4e35ff9b148454 0.06 MB 182 56
186,399 186,399 00000000000004067c80df21ace8aad9338f3682742e8f005a8b48a657dcfda0 0.09 MB 316 155
186,398 186,398 000000000000070ee17292ccb816dff7ef0b2bfc8fcb97faba6d24cd83e5f7f7 0.01 MB 32 282
186,397 186,397 00000000000009345ad4b9d1ecd2092d94539ff3442bc8cb255e6fa38f6a5587 0.06 MB 140 110
186,396 186,396 0000000000000294a4a0485cda5ed0db68a168748f494e1f0ed23db2a0779b1b 0.02 MB 60 41
186,395 186,395 000000000000026440212ea53f75349e52acc7ec8d0db99002c138a6a6568d15 0.03 MB 43 62
186,394 186,394 0000000000000361933ba5371a7c5568c7f4fc71e41699454c51ed6a42a38fc7 0.02 MB 33 62
186,393 186,393 0000000000000046dfdcd2c5090151acd3ff9d597ebd2e8c96282201819c914e 0.16 MB 458 140
186,392 186,392 0000000000000354862a67a30734b496625004ffa079f33d147cc7e9f72524d5 0.03 MB 42 95
186,391 186,391 000000000000051a361c0ae7aac5c76f49245dea6ae27221c162b14addb44d87 0.08 MB 39 57
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.