Memory Pool Memory Pool Refreshing

1,018 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,601 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 1,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (864,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,714 43,714 0000000027eaa0302f924dc2cbff443a8da8569ae624f0f93725d1370b41d77b 0.00 MB 1 0
43,713 43,713 000000000ba42920762a9826c699c00932bc55caa78370005cf10114ab985dbb 0.00 MB 1 0
43,712 43,712 000000000f29ba15af083a4c8db213559b87659f9a2251b6f92ef144705c93b6 0.00 MB 1 0
43,711 43,711 000000003aafd068953bd0ecfead0b23c9eb3ae66438bfe30b93721663d59c2c 0.00 MB 1 0
43,710 43,710 000000000b6c59ddc2b910d47b83d52d99bac48bdf4ff5fe06dc86f2c21050b2 0.00 MB 1 0
43,709 43,709 000000003c1b5ad46f22f64bc5b7954ba42d08f66dc18c326937424af94da51f 0.00 MB 1 0
43,708 43,708 0000000018ff68828e81b114e436a8529e45963d869828ecc992f368bf6b7562 0.00 MB 1 0
43,707 43,707 000000001c75c9642d6785c98b5d8f566c1c6f8c4ad333201a46f1d4db54b8e5 0.00 MB 1 0
43,706 43,706 000000003a917d10147dd9375fe1635832490dacf8d0c5ab96e51e35b27787cb 0.00 MB 1 0
43,705 43,705 00000000133ff6931f7661558de23a7a4a1482d690fb84d0b0890c5f6c662efd 0.00 MB 1 0
43,704 43,704 000000000ebb498be92513f98e4fa7605b123a42f92d08fe9df4605cbcf6bd1b 0.00 MB 1 0
43,703 43,703 000000001c9b26fc64b96f67ad6f23daaa3c9078016ec951fa8f41e46dae360d 0.00 MB 1 0
43,702 43,702 000000003d5a7bf1ebdc3079c5ef6a37126508c0171938ce638e316de0c5f86a 0.00 MB 1 0
43,701 43,701 00000000111744e34049e3f186588fde49172af28c21aa64d0b01352f8e9fb68 0.00 MB 1 0
43,700 43,700 000000001074b9c645b770e5deb19d91ad2b78bb19a3509b5858c90e987eb34f 0.00 MB 1 0
43,699 43,699 000000003f390be34eff02085dd6839a2a172eca6426b9e8f0d4a9a408323a35 0.00 MB 1 0
43,698 43,698 0000000004c89ab4425798bdb404d5a93d37fc382d7a937b6e193a7d4aee1943 0.00 MB 1 0
43,697 43,697 0000000031a6916b33e5984f0c24a18af702d9f4c03fea237500e4ffa21bbc3d 0.00 MB 1 0
43,696 43,696 000000002cbdbe940fa09923dc1592518b89c81d74553e365f9c744dd42dc915 0.00 MB 1 0
43,695 43,695 00000000008fc3f49a79dd78f7eab899f153e878f88667a0f6f5ccd0739e6349 0.00 MB 1 0
43,694 43,694 000000003fa84eff71f61179e8b858a4f5a29071ddb0f420427e4a56c5fa5649 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.53 GB sent, 101.03 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.