Memory Pool Memory Pool Refreshing

12,380 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (405,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
502,138 502,138 0000000000000000002c4129911fe0756ec480e8155866ac5610daa91c4e147b 1.03 MB 2,177 546
502,137 502,137 0000000000000000002675875e9847edaa92b0e9e407db44c752f9dca2fc1918 1.01 MB 749 246
502,136 502,136 0000000000000000000e4e5efed2eb77ce8b48a8f190a56234bf276a47670d82 1.03 MB 959 236
502,135 502,135 000000000000000000086c8f1eae0b7613a6b3b6e67af16ab688943bddec9d39 1.01 MB 501 169
502,134 502,134 000000000000000000377521c6d49f23ebd8ae0a186552b76747fe21a8dd9d1d 1.01 MB 745 186
502,133 502,133 0000000000000000000ef4c0e3522d32256e19ae3716809066dddd70f3a68025 1.03 MB 1,650 357
502,132 502,132 00000000000000000069c3e4feec27bc15e3a4d343a78221e12e4a331efaa44f 1.04 MB 2,157 427
502,131 502,131 0000000000000000005cc7f27b5a2ecc33675e307d689354e402c552cb076232 1.06 MB 2,097 447
502,130 502,130 0000000000000000004783847b1f5aedc9fc3ee51273bed26511475cc3c240b9 1.01 MB 639 214
502,129 502,129 0000000000000000000706c9e1b542a3ed93b7b238098b05ff02be8b8478a049 1.00 MB 303 208
502,128 502,128 0000000000000000003c35f45f81ed90690960faea3dbcef81728893ab66296c 1.04 MB 2,029 374
502,127 502,127 0000000000000000008edc22b6dec8faa04935271340cf853da2dad16903ef77 1.00 MB 699 154
502,126 502,126 00000000000000000057bcaaacb218fbd38c347dc73a950f61716e65160ed05c 0.00 MB 1 0
502,125 502,125 0000000000000000002e08b1fff5f957e6bec5f644b63150d2e5f99ca29ed123 1.03 MB 1,281 342
502,124 502,124 00000000000000000042541226406393ebea4c6b929fedb824e256d118755468 1.05 MB 1,718 316
502,123 502,123 0000000000000000007458a4a32c836a247e53326f12d5ebf13b1be6dcb52335 1.03 MB 1,525 335
502,122 502,122 0000000000000000007160b709a2195d327fba71c7e9bcc54b58a994af116df6 1.02 MB 1,310 272
502,121 502,121 0000000000000000000d15c88cb455d4f3e122a59a16de7c1f2cb837508a86e3 1.03 MB 1,354 317
502,120 502,120 0000000000000000008b2e9e5f4a08d65baac79b89c54e816489bf2fe8925409 1.03 MB 2,056 483
502,119 502,119 0000000000000000007258444f0df9f0aba1de04e538be57778d3b835c132346 1.04 MB 1,869 527
502,118 502,118 00000000000000000077675fafead5eee829b8160a468445647c573bc4de8ede 1.06 MB 2,453 494
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.