Memory Pool Memory Pool Refreshing

47,996 transactions
24.48 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,651 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,119 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,650 (71,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,465 798,465 00000000000000000000a0be72029ebae9eb3350ac283a662e5ccc7c7c8724f4 1.43 MB 1,506 10
798,464 798,464 00000000000000000001f4dcbccf52e0bdc1505adef5e7c0fff7dcd8cf7a7a05 1.57 MB 2,965 17
798,463 798,463 00000000000000000001693cbef8ebf24629f838418282c1f6c33d02cc411be4 1.27 MB 1,603 15
798,462 798,462 00000000000000000003b7449f51b9734c3da4fbaf08f7073046a266fe87b1fa 2.09 MB 4,480 6
798,461 798,461 00000000000000000004b7d45af697236b90ca22308fe55a111d3fe3ae9d8f1b 1.84 MB 3,992 6
798,460 798,460 00000000000000000003f0a089911397d01916d6410a2c173293217cecf08667 1.59 MB 2,687 15
798,459 798,459 00000000000000000004274e16967514c8c0f17794858594a60e4cff1f58e116 2.65 MB 4,119 5
798,458 798,458 000000000000000000014ffbb5f997aa657548379e8665a0763352bd44a00e7a 1.65 MB 3,982 12
798,457 798,457 00000000000000000000d9ccea6549d5b920c9cb9183c38ef8bb93fe7f748104 2.23 MB 5,389 5
798,456 798,456 00000000000000000001ad45b8bd35b9989fe3f900dee8960b66f8e1e6b871c2 1.67 MB 3,266 11
798,455 798,455 00000000000000000004335af6568cf0c4ff96fafb8891203139e423c2f1c68e 2.08 MB 6,157 6
798,454 798,454 000000000000000000009fb75a78053d11ee2674ca4fe13b9b53d6def9a5ce4d 2.09 MB 5,912 5
798,453 798,453 00000000000000000004b66bd945b79ef5bbb858d70f7a53e4f4df99e721d6e5 1.76 MB 3,555 8
798,452 798,452 0000000000000000000298675d4644573b4d1b8829f4c169232b6cfca90e402a 1.59 MB 2,044 12
798,451 798,451 000000000000000000019978ffc9aab0c6a6d9675ba86da1c25b5922c17db493 1.45 MB 2,781 15
798,450 798,450 00000000000000000004479efddef775a2c56b29909611a1b0336691cef2c005 1.49 MB 3,124 16
798,449 798,449 00000000000000000002dc2bd6b4b1e988da7e4dece9e8071d4fd4b6811c6d57 1.39 MB 2,257 21
798,448 798,448 000000000000000000005ced0a55571cf71b085aa93dc8e3e58780eca413d93f 1.59 MB 2,713 14
798,447 798,447 0000000000000000000040165216b5c017bf40a14dce37eaa28b66fe24e68c1a 1.40 MB 2,270 11
798,446 798,446 00000000000000000004fdff81e17a899ff836db6981d23eb0ee125c5a0c8227 1.63 MB 3,125 13
798,445 798,445 000000000000000000002eb6c055b9a26434225184ae86e98038ad0514d0b983 1.64 MB 3,637 16
Previous 10 blocks ↓
Total Size: 698.80 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,099.64 GB sent, 202.79 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.