Memory Pool Memory Pool Refreshing

7,061 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,634 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (709,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,611 198,611 00000000000003c95747f295f9a5682659851b100207d473d6c8009f0820750d 0.09 MB 175 147
198,610 198,610 0000000000000323634ec16c9aaba88928b421e2c97dc640012d5c213a812054 0.10 MB 242 133
198,609 198,609 00000000000000630ef0f32a20d2760ec04f814cd1b4ecdb8b82243f13edf4bd 0.05 MB 106 101
198,608 198,608 0000000000000224504a8a3c052b61974c151d57b0a5936b1b2c0078f658f708 0.08 MB 256 79
198,607 198,607 00000000000000321d8490383fe83b7ba4e23bc8ae3aef18dcfbb3aa5ef8abf8 0.01 MB 25 74
198,606 198,606 000000000000038ad6a174a782db19425c521b4380c75b5b0b5e5ea53e13861c 0.15 MB 314 122
198,605 198,605 000000000000024e8e3696e43ee0136486d35996e2497111cb00d990b7204196 0.04 MB 140 72
198,604 198,604 00000000000000864b87e0a7bd336a9c577272b80af2c209b96a623775d62253 0.19 MB 464 145
198,603 198,603 00000000000004b2afc8e92e9755403ad0ebde9a1a5e4b4c87b4a7bac62e8441 0.04 MB 93 138
198,602 198,602 0000000000000267e08838108bbdfebfff5ebffb41a22dec19e56eb1659cd41e 0.00 MB 11 205
198,601 198,601 00000000000004aa38173e81b517cf1b73b0ee17e53fec7a3a09c15485b8b43c 0.05 MB 148 39
198,600 198,600 00000000000005f174862daf4823ab8235024a1bad6d82e6e8ccf02efcb281a6 0.09 MB 229 154
198,599 198,599 00000000000005c0fab22381b84ff6ef16c48b1be0acc47c987d8029d187ab3f 0.05 MB 93 537
198,598 198,598 000000000000042f020264306ce6aa84de59c1db0806bbc270a388ad6726a039 0.15 MB 187 84
198,597 198,597 00000000000003b0657110b856f46d4ca98653ef5924c9507b1bbee23312daf1 0.05 MB 126 121
198,596 198,596 000000000000043f2bbcb26b4a3e6d04115b2ae59f996a593af95a89d00b7087 0.06 MB 148 123
198,595 198,595 00000000000004c9517cc108a878f62baee979e5a44cfec6ac285f5d5b39f8e5 0.48 MB 1,077 82
198,594 198,594 000000000000006600ccc1cdeb3f7d26f1f99e8606b45ce0b82a0546ab7aff2b 0.00 MB 10 201
198,593 198,593 000000000000048223fa5fa14ca8e464bc2046325b588b7a4653c87046a9a36a 0.05 MB 130 138
198,592 198,592 00000000000006126cab05bea41721509edf14659d857c766ed8cf2165bd86d7 0.15 MB 379 144
198,591 198,591 0000000000000002029b3fc0ebab8cc25ae8debe989e6f0c427f117e9a3e625d 0.00 MB 7 941
Previous 10 blocks ↓
Total Size: 769.80 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,680.42 GB sent, 96.90 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.