Memory Pool Memory Pool Refreshing

64,503 transactions
25.83 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,418 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,836 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,417 (341,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,715 530,715 00000000000000000002e0e41fda2c968519db3b3ec25515d68d6f9bc95d98ab 1.13 MB 1,880 9
530,714 530,714 00000000000000000001545a68f1f3fdde9f2bef009d7651fe3c68a90d8d7527 1.13 MB 2,722 15
530,713 530,713 0000000000000000000f77768c4da921eec81956a6c79788d8d5ed4719f07e1c 1.16 MB 2,657 25
530,712 530,712 0000000000000000000fff751f4ce0e24ac97bc3c75513deb3aa643cd828d2c2 1.16 MB 2,062 60
530,711 530,711 00000000000000000012a5cc2f0161f752820976cac18a42f5769355bae09706 1.13 MB 1,957 16
530,710 530,710 000000000000000000055c9d1e9289a2c2b8eceab6a2a5166d07af860a42b9c6 1.14 MB 843 5
530,709 530,709 00000000000000000008ff7e609b32adf613b6de6512cb4f1f2ee294e9acd290 1.14 MB 2,266 18
530,708 530,708 000000000000000000166062db1e9bfd86ce26b770b4cfea35e6532027c8b108 1.14 MB 2,730 48
530,707 530,707 000000000000000000290da849d3da7d65271ede8aa87eaac14c41116c40f9b9 1.11 MB 1,479 36
530,706 530,706 000000000000000000116bfb5a0a75771230626107b915b38fe716209c4d94e3 1.07 MB 990 16
530,705 530,705 000000000000000000214e9f0056e1dd4c052a0112a69b432d5dcca3486de3fa 1.12 MB 2,014 44
530,704 530,704 0000000000000000000d6b7f52641cb5f60b6986f0392214d6da53937d5bea95 1.10 MB 1,384 24
530,703 530,703 0000000000000000000686ce9e52f7045b4d5aaababf31aac2a2aed8c4215fdc 1.13 MB 1,276 21
530,702 530,702 00000000000000000020741ad2736f9c21315f81172487ff12f24715595cfc5e 1.37 MB 831 5
530,701 530,701 000000000000000000176064938d09812632eb61b033ef83f3bc624d3a9bf993 1.30 MB 337 5
530,700 530,700 000000000000000000200170242f563ea0d0123e304afe4c1532db9a5cb733a9 1.24 MB 614 9
530,699 530,699 0000000000000000000f8d5b7bff5db36765bc28325198623eb2c4cf53cf9053 0.26 MB 648 36
530,698 530,698 0000000000000000001d3dcdd8e7550eb29954b28b08cdf4db8d0079d2638d9f 1.13 MB 832 4
530,697 530,697 0000000000000000002b7db2f6bc103e66053de68a0f240672201867e823124b 1.23 MB 1,994 29
530,696 530,696 0000000000000000000047787034efbeaa38f2110a3c640a142508540555a3a2 1.18 MB 2,093 23
530,695 530,695 0000000000000000001e4475272e05fd46622d2b656dc5324df89cab578ebb3f 0.62 MB 1,088 17
Previous 10 blocks ↓
Total Size: 703.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,634.69 GB sent, 237.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.