Memory Pool Memory Pool Refreshing

8,263 transactions
4.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (545,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,104 362,104 0000000000000000153b21d0a34d7e3606eeb2d441ce95590186196857a66d27 0.93 MB 233 13
362,103 362,103 000000000000000004067e7ae2f2dd54ae5ca2e8509de6b52022f2388fafc02d 0.75 MB 435 14
362,102 362,102 000000000000000002c5ec6093966459224de5ad7df9435297275701f881ade1 0.75 MB 548 15
362,101 362,101 0000000000000000076b4e2e528fc121f06db4099551316242587437ed80aa62 0.75 MB 374 14
362,100 362,100 000000000000000000ad20946adce6d8caf603cde195848d885cc89d8092d8c1 0.75 MB 844 19
362,099 362,099 0000000000000000046a319ff27ad73771abe4024dd793851d37eadfe60f35d2 1.00 MB 72 11
362,098 362,098 00000000000000000c826a0958a47b0c96f74a97fb17f7937b6236c96d861ce2 1.00 MB 147 12
362,097 362,097 00000000000000000d6db27ed634b3db34c661c6579f8a705b0073e2a49985fd 0.35 MB 617 21
362,096 362,096 00000000000000000a2557d3037aab4e02608155e79e484a086efca0d2817e7e 0.35 MB 1,099 46
362,095 362,095 000000000000000005a4494e103d41a01740edf34690590cadb200a16212d09e 0.75 MB 1,231 27
362,094 362,094 0000000000000000107ab3f4cfe971c90a7bf2531a8fb18285f32c7654b14e23 0.75 MB 640 17
362,093 362,093 00000000000000000f964be7699a2007400524ed39707f1cd47f86170786b847 0.93 MB 1,664 35
362,092 362,092 00000000000000000e714a92ed9f5cff5af6a71c5fae197be1c0d20936f73f55 0.75 MB 2,234 34
362,091 362,091 00000000000000000b522fc88b487072608a230d5937c387f805c65d86e522a9 1.00 MB 321 15
362,090 362,090 00000000000000000acb3aa4b7efbe3efccdee6e1eb23050ce9e8724bf3227a1 0.95 MB 201 55
362,089 362,089 000000000000000015baf872450a987312c806050de1c4ed94cd6baf0493e475 0.75 MB 1,336 25
362,088 362,088 000000000000000000634621b3236758999c6018959f66ecb36aa477e57f833f 0.75 MB 1,355 21
362,087 362,087 000000000000000009354276c0b17cf2acd662937add24e4bd5d7e314d9af20f 0.75 MB 1,967 37
362,086 362,086 00000000000000000546fdc59c8598e8c421ffa3f76168f2ccb8434f511fbddf 0.44 MB 263 13
362,085 362,085 00000000000000000b2383470df04eaa7053c3171902a43ad8a67ae3bc594ca6 0.76 MB 97 2
362,084 362,084 00000000000000000e3e6a14e3f8a011a22bbb2f98c18371bb79ac017d57513a 0.75 MB 1,937 70
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.