Memory Pool Memory Pool Refreshing

4,109 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,928 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (530,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,715 377,715 00000000000000000eba19051b36d07204c87ece8ac0da384ecf70a2ace40031 0.71 MB 1,695 38
377,714 377,714 0000000000000000118f655f46da611e980795e8e2d988efd49548b39a88c364 0.49 MB 1,047 34
377,713 377,713 0000000000000000011b86c6be2f233ca34dcefff1f0255f7388a5460a5565f6 0.29 MB 563 34
377,712 377,712 00000000000000000492116428e25023fe7fc3e6b599749b71ebde3ec6e137b1 0.25 MB 576 35
377,711 377,711 000000000000000006b5f1953ccc3c61b6cc9c948a8e56d64caaae87aa5c77d2 0.25 MB 364 26
377,710 377,710 000000000000000002a87e74db3fda8ed8b3cbf1ec95437b81aeefa0830fb79c 0.50 MB 959 34
377,709 377,709 000000000000000009c9bd0502eeb7cad0ab2ee916dc1fe01cef282651d82748 0.73 MB 188 6
377,708 377,708 00000000000000000c1a742eb218762f507fdf57dafc02f8f23619af92c5185e 1.00 MB 1,541 24
377,707 377,707 000000000000000006fe2dfee12ad22d97c131dfd2c69d4acba058a898c8aa16 0.64 MB 1,607 37
377,706 377,706 00000000000000000d90564a3d7fea42797686b9be9f27d1ee3a1150a2309c16 0.13 MB 186 24
377,705 377,705 000000000000000000bad3fd5e57744591ddaf84eda6347bbf899bf60446b640 0.24 MB 165 19
377,704 377,704 000000000000000009ebe1cbe75751164c602345cb9ba1d6ee83d5fdffcc69a2 0.12 MB 188 22
377,703 377,703 00000000000000000eabfcdc77e921f01f1416fbf213136d81843fa6cac91adc 0.16 MB 244 23
377,702 377,702 0000000000000000080a3d516dd39f23c87d76a214d5e009418fc0d82d8ec183 0.29 MB 532 23
377,701 377,701 00000000000000000dc88fec3271af0370fc6fab52e01f332a28f7c9891b03f9 1.00 MB 2,207 33
377,700 377,700 0000000000000000062edc16635b9b7c5a62d99cbeb80ca6b8a6ac9a413cb87c 0.60 MB 1,222 38
377,699 377,699 000000000000000011c2b71f6b50bc928b3a694e2ff1600500b2f1994f3db61a 0.03 MB 98 39
377,698 377,698 00000000000000000355777c51b0ab1641316514e5f311c9f3bdb5aa5b6f1cdc 0.20 MB 437 37
377,697 377,697 00000000000000000b6fcc8e0f3b5ac183869885b49484d3a2c787cf2f51e1be 0.26 MB 332 16
377,696 377,696 0000000000000000003030aa096e211c05418a6e506ef9600a3940e64c3004ff 0.75 MB 981 18
377,695 377,695 00000000000000000752bdf9f22324b02f9440fcf5f6f15593658fdeee935d78 0.95 MB 2,880 55
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.