Memory Pool Memory Pool Refreshing

65,831 transactions
30.52 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 872,802 (62,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
810,726 810,726 00000000000000000004af7e46a6db4c7660e8738600dc2cbe09c931469f06dd 1.56 MB 3,856 37
810,725 810,725 00000000000000000004d685fc8bb5f60c7aa2b3acfa3dd231fa16de02640c72 1.04 MB 209 10
810,724 810,724 00000000000000000002b427d3f4b8658188143ebffef990b363b4e439f3129c 1.23 MB 981 15
810,723 810,723 00000000000000000001ebefe3bcf26dc8ccd8dddab7a5aa9302cd2dfafc2412 1.64 MB 1,987 12
810,722 810,722 0000000000000000000121f7cc4d34aa5515881e0276af68a78caa3e1d9422e8 1.73 MB 2,449 20
810,721 810,721 00000000000000000000ec2ad800cdb79b7f6fe047d7c97c09306917ac838b16 1.46 MB 2,783 27
810,720 810,720 00000000000000000000dcbcc56e88fc8acb64bd20dcf2153dd6453bfdb7e326 1.51 MB 3,364 26
810,719 810,719 00000000000000000001b101a3566e9ced5b9385890c3709f735b814a5702aa6 1.51 MB 3,658 40
810,718 810,718 000000000000000000045eb451c47cc80201a45775f81ad8d49957183e5f4202 1.54 MB 3,245 30
810,717 810,717 00000000000000000003f09e007da082ae7bcee58c458803a8cfe32c8e50f8a3 1.14 MB 850 13
810,716 810,716 000000000000000000003586ee0f50605b10ecd4eb21bc076156ff47dc528fa0 1.36 MB 1,456 13
810,715 810,715 00000000000000000001bfaf29541ea578067a42a5a2284579e4f07f0f45018d 1.62 MB 3,275 25
810,714 810,714 00000000000000000002aceec029f3e8ddd60d4547c68a41b0178a5bafb67852 1.58 MB 3,568 32
810,713 810,713 0000000000000000000300e6e6f266d0d37136becfe0536730b6cc6f55f3f508 1.34 MB 1,326 16
810,712 810,712 0000000000000000000464df6117f6024b92250bc04b43af2ef4b4676fe54a8e 1.37 MB 1,510 14
810,711 810,711 00000000000000000004757bc03b73b5cf9200c8bbf6e3c91909308a31c47a6a 1.41 MB 2,455 31
810,710 810,710 000000000000000000020d5bd64d69ac516e90fc163a3a1975f41469399f3053 1.25 MB 1,142 15
810,709 810,709 000000000000000000039ef7e993a6bb4a1f4732ca00a8aed25ac0fa4ddf7f0e 1.09 MB 475 12
810,708 810,708 0000000000000000000455ffe6e281893785f7005aa7a380c32a7e08f776ae6c 1.21 MB 701 13
810,707 810,707 000000000000000000022c6835af68531ec669c008b5091502f78de9decf6104 1.10 MB 281 11
810,706 810,706 00000000000000000004b8771ace19c1938c2e9777cb45c87dda60598c5db798 1.15 MB 779 13
Previous 10 blocks ↓
Total Size: 704.69 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,657.62 GB sent, 242.70 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.