Memory Pool Memory Pool Refreshing

63,570 transactions
26.72 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
870,776 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,384 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,775 (47,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,804 822,804 00000000000000000002314207adc85b9ca22b15670b421f8f2a92481700bd18 1.80 MB 4,655 88
822,803 822,803 00000000000000000002abf19af67a3984df97e545355cd6e3a6fc1ea902d138 1.90 MB 4,753 79
822,802 822,802 00000000000000000000d6283945a1b80810cd007aeccab3bd48a0d6b55c7cf2 1.86 MB 5,567 93
822,801 822,801 000000000000000000001f9dde7de6b376ee80471c556903c98c8d03e230a3d8 1.72 MB 4,562 94
822,800 822,800 00000000000000000003420d16edbf1ee06deb651eb0618e66abafd9be84dd3e 2.26 MB 4,038 65
822,799 822,799 0000000000000000000052e5afe24d5579b37d105b6f0dac664cbe0ea795eba6 1.84 MB 4,722 73
822,798 822,798 000000000000000000008e811d1c6e777e367c02ed12507fc9af2055981c1f6c 1.73 MB 4,785 97
822,797 822,797 00000000000000000002dcdc01e673b4ffa9ac2d9b5f26bc5ab6f05ceb5c1db0 1.79 MB 4,629 93
822,796 822,796 00000000000000000002af10f8db8c64aa49be96afd4bebabd9f49f559bd55f2 1.74 MB 4,576 95
822,795 822,795 0000000000000000000043694699c2b033121a5e9fbb06d578ed7bd04e8d0cff 1.69 MB 4,092 116
822,794 822,794 00000000000000000001e893c0306c5b5ebad7bc8d70faa215f07ae83fb2c29d 1.98 MB 4,252 67
822,793 822,793 00000000000000000000e2b2073a37c3a3f83469ae89b946485eb1702d2b918f 1.79 MB 4,994 90
822,792 822,792 0000000000000000000350909b256e1a0fd62cc2ac03712cb34816fdd2443754 1.79 MB 3,787 71
822,791 822,791 000000000000000000017bd62aa119cd02f88cfb1892c5102b68a953c5d3f01f 1.97 MB 5,284 81
822,790 822,790 0000000000000000000163dfa83e9000478b0600a52ac7572f09dc381ee25059 1.71 MB 4,303 100
822,789 822,789 00000000000000000002625b3c55134dec6896b690bb55ae1b6efbee7fda8bb7 1.57 MB 3,341 107
822,788 822,788 000000000000000000000cdb469c21aa8a7b3ae931fca71816f0fa494c4de414 1.92 MB 2,878 68
822,787 822,787 00000000000000000000dabc806d0b82bc3139c8568cb45319633f6104e26fa0 2.55 MB 3,344 69
822,786 822,786 00000000000000000001e16f447ccd4b2b4e76a57ddf06c11ca6c7bb07129f1c 2.33 MB 4,113 70
822,785 822,785 00000000000000000003bccd51829e3bde62c506a1909cceaead82134ad20b92 1.88 MB 4,944 86
822,784 822,784 000000000000000000005845b4aadf9f433264d6161ceae40be78d3286058740 1.96 MB 4,903 78
Previous 10 blocks ↓
Total Size: 700.93 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,392.70 GB sent, 216.70 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.