Memory Pool Memory Pool Refreshing

69,541 transactions
33.56 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,848 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,694 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,847 (68,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,909 800,909 00000000000000000003a4f5e79889b89f659ccaa25a9ecdc79496288ce4dda6 1.82 MB 5,145 9
800,908 800,908 00000000000000000000b1fb75f7adb44a597aa46d4c7f3f716165cf990755e3 1.53 MB 2,940 10
800,907 800,907 0000000000000000000147b489f0120e958a3bb4d68bee1ae5a3f5f8b06f37c5 1.36 MB 2,137 13
800,906 800,906 00000000000000000002396907004216700feff040d6bdf20598c5287618d7c8 1.65 MB 3,299 15
800,905 800,905 00000000000000000000f21a15fc2ec726f44206d04b28dde1b76d24d2e6dd01 1.81 MB 4,726 11
800,904 800,904 00000000000000000000863cdf97c5aaac458a2bd2a8518adc328e036876ffa5 2.04 MB 5,504 7
800,903 800,903 000000000000000000033c9da1db3a84d2414a0c63dce99b2bbef15a866f6c99 1.84 MB 2,868 9
800,902 800,902 000000000000000000032b4877a7298a32f41216726fd726f922436fbf695950 1.26 MB 2,197 18
800,901 800,901 0000000000000000000033c3062ad9bcf9aa75f3733c2d5c8905738062ee30ed 1.72 MB 4,148 8
800,900 800,900 0000000000000000000135ed839789d0e82700d6539c2c4a0c0f3cf9d3642ecd 1.86 MB 4,636 10
800,899 800,899 0000000000000000000342d6a3f40007a52acfc12a30fc387bfb06bed8b46c2b 2.05 MB 6,175 6
800,898 800,898 00000000000000000001574876d54f10f455031b84ec8c70dc0434e91d10b0e8 1.69 MB 3,951 8
800,897 800,897 00000000000000000004ed338bdc5466702414b0a0dfeaecd36dda29379e96c0 1.79 MB 4,606 7
800,896 800,896 00000000000000000000ef5a4f29eb17f79d51bf489fcf4151dcf758572b60e1 1.45 MB 2,795 15
800,895 800,895 00000000000000000004f22076efbabcde0809e9cc5d8aa9b41d6ca0153e49e0 1.76 MB 3,975 7
800,894 800,894 000000000000000000006929e4f157e1eecd3603e4b2fb37ef470932fb9902af 1.68 MB 3,006 10
800,893 800,893 000000000000000000018b866433a5530b4ce5ef0427a6d6c640a2b3e5867a55 1.52 MB 2,261 10
800,892 800,892 00000000000000000000ab6ebb87416850b6e3d82a1d5b6afc33db37b6741036 1.53 MB 1,974 11
800,891 800,891 000000000000000000051668be201dc6a9e18814ebf12251210ac5be13b3114a 1.49 MB 3,078 15
800,890 800,890 00000000000000000003b8b2114e4ba7c21832be55e790d6ddc0c3605e89fb93 1.46 MB 3,232 23
800,889 800,889 0000000000000000000163e8cb975560a7eb7b5c353bc9e261e0f6e29d1ac8e2 1.51 MB 3,640 19
Previous 10 blocks ↓
Total Size: 699.18 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,123.10 GB sent, 205.08 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.