Memory Pool Memory Pool Refreshing

17,930 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (785,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,046 122,046 0000000000002df81dd6bb3dd5420a05f3cd9f1d90c4ce20fe6073b655ec4d6d 0.01 MB 9 875
122,045 122,045 00000000000092afe970b811c4a3bb0b4d90181b193c597af646e305ec44ec67 0.00 MB 12 0
122,044 122,044 000000000000271d33b14262e0ff0d4d45c7425cf9ca61da04feb2bb96f2c4a2 0.01 MB 20 1,146
122,043 122,043 0000000000001540f05bf8b89c24bdd395f51cf23b889fff186ac4afa0c9f224 0.01 MB 34 335
122,042 122,042 00000000000084714734c66d52d65c976c183ca61a73d8d095a7ac4d5b76df0d 0.00 MB 1 0
122,041 122,041 0000000000001da44f296ca57fccc669bbd725439ed87890d80e52a7c3f69231 0.01 MB 14 720
122,040 122,040 0000000000006a0c5e883406c1a3349d5dd805c8a959b49fa1499fd525338342 0.00 MB 12 316
122,039 122,039 0000000000007f4250eb9fa6dce709e81bcbfe8b04543dfb86791558b4b4e4b4 0.01 MB 22 637
122,038 122,038 0000000000007084b25cf69fa33c006cfad98e45d363fb42e9bed0a5d0294913 0.01 MB 29 265
122,037 122,037 0000000000008bb69db483f5fee6b1b508112c3a32b2d9468b9b8a8155289ad1 0.00 MB 12 806
122,036 122,036 0000000000005b923ba8bfcbc526d6e605c466dc91d6ee7f84c763174426b141 0.01 MB 47 2,317
122,035 122,035 000000000000107466947fafc2b66210081b50d59add393adfaf9f5eb826ef99 0.00 MB 11 312
122,034 122,034 00000000000097ead2b2bafc4a85ae80ee0a3f2098216c81dfa46f4a9ef9a90c 0.02 MB 35 310
122,033 122,033 000000000000159c84432ab2e604d1642a6e40d0516b444b3b00a4c8536b81d6 0.00 MB 7 431
122,032 122,032 00000000000003667f245259a93b6a73175159c62ad7a93aeb2bcb40caeb1a1c 0.01 MB 13 91
122,031 122,031 000000000000883d84b0527b550e18dd8412635a580a2926ef5cc622e3391963 0.00 MB 6 3,785
122,030 122,030 0000000000005c6d98990bed9f99410958fb7ec4760d0aebd45b5ed2a2d9d7c9 0.00 MB 8 203
122,029 122,029 000000000000804596733b47ccf4c0cc144b170d3b4a9579052825747bc5c37b 0.00 MB 11 320
122,028 122,028 0000000000008b5cd6c1e3f7933a958930001b34fcbe7d943e783f0160f74767 0.00 MB 9 0
122,027 122,027 00000000000003fd67862b4585771df4e467cc5a10fd27a20e1bed9aea7d3d6e 0.01 MB 18 1,323
122,026 122,026 00000000000015e56190ff2ab35a9ab598fecd14153d154c2c17baa9c3cd28d1 0.05 MB 177 20
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.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.