Memory Pool Memory Pool Refreshing

21,345 transactions
24.54 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,072 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,188 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,071 (126,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
736,016 736,016 000000000000000000043ab2896fd283c1b29d0fccfaf1828f2dddaa80be9b20 1.68 MB 908 17
736,015 736,015 00000000000000000000de83759405682819fdfbafb795ab52b8c4c291f32b5e 1.06 MB 316 14
736,014 736,014 00000000000000000005f868cb1ad6c7924656082b862074b40b288f9b09599e 1.53 MB 1,226 16
736,013 736,013 00000000000000000000193048476f981a835cd00964b50043fb660f771dc2c3 1.37 MB 2,091 25
736,012 736,012 000000000000000000005bb594026744cef22f10688ed648ba78caad0621caf3 1.16 MB 689 15
736,011 736,011 000000000000000000063940808f9b1138379859c680478d2ccae03bd34cf62c 1.04 MB 283 14
736,010 736,010 00000000000000000004927c85094647279b44f210b7e54d0c8e565ffaf1aaaa 1.40 MB 1,716 15
736,009 736,009 00000000000000000001479019955aa7c098c72e38100f4f4f942e3fd4c15a56 1.46 MB 2,700 31
736,008 736,008 00000000000000000006121a4f415cd99c4605799b952dbcb4afc362867cdbdb 1.15 MB 855 16
736,007 736,007 0000000000000000000287309a53d40a55200e6b9116a96b9cf6fe9f59452f95 1.18 MB 990 16
736,006 736,006 00000000000000000004346130381629dec946d8a14351e9ee5108589cdc63c2 1.36 MB 2,391 26
736,005 736,005 00000000000000000006f6463bb5a8db31a7395a3ccc4a05f32c3f229fabb80e 1.09 MB 463 14
736,004 736,004 00000000000000000005fb8ae4bb00446ae3ae56e54030e8b80574bd7e13ce77 1.36 MB 1,669 15
736,003 736,003 00000000000000000008873f05caf9f01cbf87a7c36b1b8b4cce7a9e214e0c33 1.50 MB 1,450 20
736,002 736,002 000000000000000000025ccbb0b85f9c4910058509e04cc0b15fd14b43c07694 1.33 MB 2,595 32
736,001 736,001 00000000000000000008c01942af60c53f75df2216228e48e927e617020d318f 1.46 MB 1,796 17
736,000 736,000 00000000000000000002d52d9816a419b45f1f0efe9a9df4f7b64161e508323d 1.52 MB 2,255 22
735,999 735,999 00000000000000000003e7e6eac5237bb17cf21a9ef317e1d2ebeee69c0f28d8 1.44 MB 3,003 31
735,998 735,998 0000000000000000000182a419a2b089251af1564b64fb4e0b5d64687cd44dc4 1.27 MB 1,190 17
735,997 735,997 00000000000000000002c1253242ab4bdb56ea2a4781deb9ab9ebaae4b65c988 1.53 MB 2,057 21
735,996 735,996 00000000000000000000b4eece9ea39685613afccb02870531d635c204ec7692 1.03 MB 155 13
Previous 10 blocks ↓
Total Size: 684.30 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,333.11 GB sent, 100.28 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.