Memory Pool Memory Pool Refreshing

2,709 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (117,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,302 790,302 00000000000000000003e1108e0f74492f08cca66decb07bd49ab6b40023d20e 1.81 MB 4,049 28
790,301 790,301 0000000000000000000369ddb032fad718d06d8b8516776426e24c27e1669246 1.81 MB 3,986 33
790,300 790,300 000000000000000000004e3bbeb35437ad3d928b69f9bf68fd7930cbc20f5be6 1.69 MB 3,860 45
790,299 790,299 00000000000000000004331b4ad891632b4724c057283ec5bdeabae773b0d84d 1.84 MB 3,875 33
790,298 790,298 0000000000000000000282d33ed1879b1c77878147d21efdef452f34950d2792 1.63 MB 3,139 50
790,297 790,297 000000000000000000039399e4b71b25c5800a6a1666f25a2bafd95571442360 1.90 MB 3,539 63
790,296 790,296 00000000000000000001844e202b75dcb3fd557a2acfbf8691f0f5ed4f8ad134 1.54 MB 2,669 84
790,295 790,295 00000000000000000001da88b6fc55870d5d07741db299aaac31cc0a7af71e2a 1.66 MB 3,166 30
790,294 790,294 00000000000000000002f07758f3e748898687ef9187954fb00025b9d35b9ec1 2.03 MB 4,924 30
790,293 790,293 000000000000000000026b803933b562f349d954dc490df95a0273e6726e1a82 1.91 MB 3,916 26
790,292 790,292 00000000000000000003f1e6d401e3725b31676628e8e9d181e56e1ba56b687d 1.70 MB 3,814 56
790,291 790,291 000000000000000000013cf63909bf47e16610f2a077bf9ef669d5d1108220b2 1.10 MB 637 17
790,290 790,290 00000000000000000000552cc6c09c0216f7d81b1f5c60134ac44e78a06777f2 1.92 MB 3,670 34
790,289 790,289 00000000000000000003b00aee6a89774fbda5718ae83f48b06d64a62cf23b45 1.90 MB 4,145 26
790,288 790,288 000000000000000000000c2d8e591bb6878bc111505ab4b9b9438c5b3202a415 2.03 MB 3,703 36
790,287 790,287 00000000000000000000b63aef164909f878e663641abb798729669b47163a90 1.75 MB 3,151 50
790,286 790,286 00000000000000000000e69cbf9921c1d11a7f73bd81395209186f7b2f2d595b 1.70 MB 3,738 65
790,285 790,285 00000000000000000000ade30712d7382793483aa5c596b19a2368f9c4de91d4 1.48 MB 3,532 84
790,284 790,284 0000000000000000000390757451d3d20d843a82333c4a54c4c5279c26e8ab26 1.72 MB 3,565 41
790,283 790,283 000000000000000000059f548a0b1761b38981ac83729f9620076f3036126f4f 1.56 MB 3,161 22
790,282 790,282 000000000000000000007008e2ffcc0806723e52b8db52d882a6ba2391c70d4d 1.72 MB 3,768 42
Previous 10 blocks ↓
Total Size: 769.05 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,627.56 GB sent, 93.13 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.