Memory Pool Memory Pool Refreshing

47,418 transactions
21.77 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,918 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,410 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,917 (170,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,798 698,798 00000000000000000007a56ff31d23a7964f116f279b6962afe460a2a990e1e2 1.46 MB 2,589 14
698,797 698,797 0000000000000000000c321626df1e6e88dcd4d358b61a333406e1664ad64c70 1.61 MB 1,731 7
698,796 698,796 000000000000000000047fc4125aaa5df23f7ff516af9c6d12faf0ca5983efc5 1.76 MB 769 3
698,795 698,795 0000000000000000000a1a5fea3bd63159f5b402defee9e98ea4f6225c093143 1.79 MB 531 2
698,794 698,794 0000000000000000000fa4930db08106a0fe39a00dbf45a554ef1a03eb6d9c2b 1.45 MB 2,607 15
698,793 698,793 00000000000000000009a71b183ac1faff797910ef96acdf477db34917eb8564 1.61 MB 1,843 6
698,792 698,792 0000000000000000000d3719f50add34c8f955f92c00ef99928c9b737efca4af 1.19 MB 1,158 8
698,791 698,791 00000000000000000000e5981cd271f6358b2e35d3646ff1afbf64de9f6d0b25 1.24 MB 1,122 10
698,790 698,790 0000000000000000000865c895fd5d4c49ced659e38a3c51f51f988e5a7a22e3 1.40 MB 1,943 11
698,789 698,789 0000000000000000000a26cbb911dd58506c08d4811f0db6974f6cdf2a4907d6 1.53 MB 2,827 26
698,788 698,788 00000000000000000005bfe17b41395bed53565022e0c98965b15ec1d00b1f31 1.24 MB 1,194 12
698,787 698,787 00000000000000000002f2a990b38f546eef3b22ca8843b46679db6b175f5ce0 0.94 MB 1,004 11
698,786 698,786 000000000000000000071f188704d899f17b5ffce0d6f36c97bf529ee3b7df68 0.69 MB 1,273 13
698,785 698,785 0000000000000000000128c29a69695fbc7b0d51c6b1f0f38d7a51b2b0d678c9 0.52 MB 905 14
698,784 698,784 000000000000000000065c83b53306cb6da80e753f566f2cfc0edb480db156c7 0.26 MB 543 11
698,783 698,783 000000000000000000048255b29983a14a9dc47726ab620a5c6f624ef284bbb4 0.68 MB 698 16
698,782 698,782 00000000000000000003233ce136365783235dec69d3a49102bc84c1208f5c8e 0.11 MB 244 16
698,781 698,781 0000000000000000000f032dc09482124ed2ef15ce501c11f471218c29af8954 0.00 MB 15 18
698,780 698,780 000000000000000000061b26ed4aa9d05fd3eca9811abbeb66ecc6fa0000bfe1 0.78 MB 1,223 2
698,779 698,779 0000000000000000000c7ef2421d091147a4db4948d58391002ada4336318c24 1.51 MB 2,517 11
698,778 698,778 00000000000000000000a8f68486b8e0e087d4e1b88ff0af4a2729fc8b573ad1 1.23 MB 1,478 20
Previous 10 blocks ↓
Total Size: 697.39 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,048.40 GB sent, 194.41 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.