Memory Pool Memory Pool Refreshing

47,007 transactions
31.02 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
869,479 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,856 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,478 (67,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,724 801,724 000000000000000000019e648552ea2d14d76791b0be347410a7b591f901032f 1.65 MB 2,084 14
801,723 801,723 0000000000000000000531390bc1019cb0c6d0c8e052bd8bc774ecf56cb1bc65 1.34 MB 1,977 24
801,722 801,722 00000000000000000003a92c938eb4f7799db06f1aff4b67f026202b12012e6a 1.90 MB 763 7
801,721 801,721 00000000000000000004d13bb3f017cb1520bfe03cfd2fa7c7e557b787dec05f 1.60 MB 2,938 24
801,720 801,720 00000000000000000001d460f081dd1a040065a9cc7e8982daaaa46391874899 1.53 MB 2,201 19
801,719 801,719 00000000000000000003403e805d53edd30d2e722701e3eec74712452521a091 1.80 MB 1,545 9
801,718 801,718 0000000000000000000551af58705c6f1cdf9cdcbaba7968eac898fcc12fc462 1.78 MB 2,070 7
801,717 801,717 000000000000000000056035a7008507bab818d376ce12841e45264fd21567a8 1.62 MB 1,965 8
801,716 801,716 00000000000000000001a1ac254f7ab6225661176db46e36a40f4d6810b8e4bf 1.58 MB 1,648 11
801,715 801,715 00000000000000000002c8a9849d7ce4a3824bf52e5a11c08c099bb72cb88616 1.63 MB 1,823 16
801,714 801,714 00000000000000000001aff55949be8339d68c59e2751ed8553a6ebb76f3ece5 1.83 MB 2,195 14
801,713 801,713 00000000000000000000ad7e3cb3c2579007f8d46012dfdde3262662708f6a81 1.34 MB 2,210 19
801,712 801,712 00000000000000000002cfa10c23992912b1dfe437d54f594855d1ee019d46ac 1.39 MB 1,218 16
801,711 801,711 00000000000000000003d09bc01a7092e50f37cb02e8beb5f3bbb7bd209671c3 1.32 MB 1,908 23
801,710 801,710 0000000000000000000129923b5ed187dd20a486b36e69fb20d9642b4d6f87c6 1.66 MB 1,050 12
801,709 801,709 000000000000000000040b37931bfdcbe5b96fc61a039280ada4c0b1845a1596 1.61 MB 2,999 23
801,708 801,708 0000000000000000000061ee06139ee131666367ce9d018aa3b5d5b2bfb5eb4b 1.39 MB 1,544 10
801,707 801,707 00000000000000000003582f5e5df1dd674ccf4161bd8dce59dd21d5a10987e6 1.71 MB 2,689 13
801,706 801,706 000000000000000000049cec33112c1c65dad3b28be037fea8c49fd768a7663b 1.57 MB 1,919 15
801,705 801,705 00000000000000000002b82bb0294057beca7056774b2b993f4a62137ba61715 1.89 MB 2,446 16
801,704 801,704 0000000000000000000556954992dcdc7deed1cff3e094cf29b2bb0261344432 1.57 MB 2,423 22
Previous 10 blocks ↓
Total Size: 698.48 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,089.42 GB sent, 200.61 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.