Memory Pool Memory Pool Refreshing

17,603 transactions
29.65 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,765 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,687 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,764 (58,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
804,879 804,879 000000000000000000011bd395c2776e2c2d8b9474979c9a148034af30c8ad05 1.87 MB 5,138 6
804,878 804,878 0000000000000000000466f359c9dd87c654047249b75830d5ec4f097473a509 1.69 MB 1,741 11
804,877 804,877 0000000000000000000033c6a64bd94d49934458624795b26d2794ecb3c66a8c 1.51 MB 2,211 16
804,876 804,876 0000000000000000000378d79d3d04b6a786d9fe0a7a6f9edeec46ec3d349844 1.30 MB 1,764 14
804,875 804,875 0000000000000000000293a2a4fb162fde863c519b97f667b11fa04275b55f49 1.86 MB 5,321 7
804,874 804,874 00000000000000000000144b7994e3086e65fbc75eef0758459b212de12861c6 1.73 MB 4,582 6
804,873 804,873 00000000000000000001a4e8f48f85e055ab0be569467ad33bb022c7656dc0de 2.05 MB 6,187 7
804,872 804,872 00000000000000000002bb8bea02bce3f84dd6791c8d6a4b0573e0500cb94a25 1.67 MB 3,415 9
804,871 804,871 000000000000000000036fb1395698d087df93577ce6d8a0a32df1d678141d71 2.04 MB 4,608 9
804,870 804,870 00000000000000000004b4561f07622bb0f73f6da7061a0df8a8013582a04485 1.68 MB 3,997 13
804,869 804,869 00000000000000000003c41efb0d5f47c3bf7a11d5372b0d18b404a0b9d0d572 2.04 MB 6,243 7
804,868 804,868 00000000000000000002c37dddcfba5a869253f2615bb39c543e4a820a14a7ec 1.59 MB 2,201 7
804,867 804,867 00000000000000000001c9eff42d8d6d93089f7162b038d7d81a6855b3724b15 1.67 MB 4,029 13
804,866 804,866 000000000000000000012002c9a88f37d1c1ea129ee8fa77c7c313f4fa6cd91e 1.90 MB 4,719 7
804,865 804,865 00000000000000000004e4fe9787ef3789f7cfe16b7a051c21071247a9f482c7 1.39 MB 2,062 16
804,864 804,864 00000000000000000000eaffdad8a50b622f0392599efd209c16b570814ea1c7 1.43 MB 2,416 16
804,863 804,863 000000000000000000048c2782bddbb647f1f9652c73b3b51c5a5a0f15c3b7d2 1.96 MB 5,881 6
804,862 804,862 00000000000000000003c12fa6fc67ef1d5476d5cd37d9f650e64024c8419785 1.59 MB 2,705 10
804,861 804,861 000000000000000000033e7484147abb860c79e40ff1bf3db7851b51ff41f9aa 1.51 MB 2,549 14
804,860 804,860 0000000000000000000504ad75ebea7107222c3919cb3c22cce03f21bd56e988 1.65 MB 2,656 8
804,859 804,859 00000000000000000003031b5fac4531a1b9cc94fd0727ccc65eb06655bbdd72 1.60 MB 2,866 23
Previous 10 blocks ↓
Total Size: 687.57 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: 1,520.55 GB sent, 122.73 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.