Memory Pool Memory Pool Refreshing

6,669 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,159 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (108,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,360 799,360 000000000000000000019dd8b19f3014bb2d25240eb302632e267a1e9cce7d68 1.60 MB 2,442 11
799,359 799,359 000000000000000000023c1b938c7c8921b0e06eaa65cc18c41af6678f47ee41 2.67 MB 3,149 6
799,358 799,358 00000000000000000002c5644392cbd1fa6844bf89f30c0696c6d2be45cdec59 2.47 MB 4,026 6
799,357 799,357 0000000000000000000469b23bf17f28bbf8bb9d07e99a0f08df790e08c62ec9 1.86 MB 3,663 9
799,356 799,356 00000000000000000000d0a18c08c92a5c433a76bd8439f35d3b67e495038b3c 3.13 MB 1,477 6
799,355 799,355 00000000000000000003415f1d70cb0308dd71faea7cd1f2123e28fc9a60856a 1.66 MB 3,479 9
799,354 799,354 0000000000000000000028775b8ba0d11afc0d1586203dfdf9852163c58b67c5 1.69 MB 3,963 8
799,353 799,353 00000000000000000000d7d9e479256b913d8b83d5a93790d920082cb1b26bb4 1.79 MB 3,501 8
799,352 799,352 0000000000000000000149dcf81b2a64cbc02610f0284da173dafe9702999cad 1.35 MB 2,046 15
799,351 799,351 000000000000000000016a141ffe19275171300fc64a8af540b75d4232abf6a7 1.92 MB 3,312 5
799,350 799,350 00000000000000000004b33955c17c2c4bb3ee3ba4a7ebcad683ffd61142dd4d 1.93 MB 4,667 10
799,349 799,349 00000000000000000001e1c86d9be5b9940858674f8cecfd341a41e69571b7c3 1.74 MB 1,509 6
799,348 799,348 00000000000000000000fdd7ae9cfad6cf39566933ebad2171e18d8bdd121ac8 1.95 MB 4,854 7
799,347 799,347 00000000000000000002d444bd418c63374c3da564d368aee34d3cdf3b5d5fe9 1.96 MB 3,217 8
799,346 799,346 000000000000000000025bdccc77adb23b6126a41a0044684db2b88739ea9670 1.94 MB 3,696 7
799,345 799,345 00000000000000000000e9389b9d850077baad4864e717610895b81b2c40e24a 2.09 MB 5,920 5
799,344 799,344 00000000000000000001579c0518ae449ed1a0dad52ef609a5da4eb69b568110 1.94 MB 5,789 5
799,343 799,343 000000000000000000030b6e4ff7f4ece9781c6df54b13e1b08e353eff3859a1 1.81 MB 1,962 7
799,342 799,342 000000000000000000036d4cb7e38c85d97fdcfe2e9b768585e8504c49a363d5 1.61 MB 2,657 16
799,341 799,341 000000000000000000045943bb90ebf09665d8e89f097082c7a3695658685868 2.07 MB 6,001 5
799,340 799,340 00000000000000000001e7aa6b7eb1857b36288417bdca9849c72b2d163e2c93 1.70 MB 3,721 11
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.