Memory Pool Memory Pool Refreshing

3,069 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,950 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (762,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,713 145,713 000000000000039ddd759ed60becf583ad0fbb55a79e1b6e26ed1afb8f645bcf 0.02 MB 72 179
145,712 145,712 00000000000008830cbf52d3a4abfa667a2256649612e4fe5331885683673e7b 0.01 MB 19 0
145,711 145,711 00000000000005403b738a7591fdb6d3b3ffa661b4fd839ed17c12ee11951e6e 0.00 MB 4 193
145,710 145,710 000000000000006b141a101b16a3c06f2d358cd420964c8e5e1082b4b6621af9 0.04 MB 140 7
145,709 145,709 000000000000089cc0f59d54a517f48ec866064742de18b65e6816648963b1b7 0.03 MB 58 57
145,708 145,708 000000000000037312e0be93573a8f2d5c01a09b7712cf975216925f68f08190 0.01 MB 34 68
145,707 145,707 00000000000004aac954a8541c03cdae93bd6adb0a58035f8caa7b0ee4bb5134 0.04 MB 86 316
145,706 145,706 0000000000000576102197506b3b6d446e8ca6877494df01f7fdc7882e0decc1 0.04 MB 98 3,313
145,705 145,705 000000000000059f48f7fe7e2a9a433d68d8c2315f5ec8f97a4da0559d438759 0.00 MB 1 0
145,704 145,704 0000000000000436529b46046aa57059c076b4db51059138f33a08d3b9895318 0.01 MB 15 46
145,703 145,703 00000000000000e29ca350c4dee540d15f04549e231efc4a86c44ca6a0b527f4 0.01 MB 21 8
145,702 145,702 00000000000004d1e5325215e8e36ca3f231e0d58cecfd6b39a8fe8726ad7a3d 0.00 MB 6 154
145,701 145,701 00000000000006f0b37f269249b306eed08ade4d7dddf80fafa464a83f232217 0.00 MB 8 113
145,700 145,700 0000000000000410e3655f644590e1115b39c70f8190104354fc84d17bcfa026 0.03 MB 43 64
145,699 145,699 00000000000008526260db492e8f6d0370dab032657196ea31800387b81326ff 0.00 MB 2 0
145,698 145,698 00000000000001a77c701779daad652219d4f37a6c7d9efac1832189ab0507c9 0.00 MB 18 223
145,697 145,697 00000000000001e869e384e95074457f4c228e757efabf21d4674d404e8a8b6e 0.03 MB 34 63
145,696 145,696 00000000000008d33311904717c9dd9211478d2d4b38d64c823f88341c68ec35 0.01 MB 38 124
145,695 145,695 0000000000000611321844420e2d20ddea5480f22c2ba3c121a0430315c0bc34 0.05 MB 108 108
145,694 145,694 0000000000000231e7d1017392043fb7f654833f99fd21887485fae718cb5db6 0.02 MB 57 110
145,693 145,693 0000000000000182c362881ffa83a08b1e00bda76df05053bb5c6c1f26fd220d 0.01 MB 28 306
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.