Memory Pool Memory Pool Refreshing

23,137 transactions
25.25 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,071 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,574 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,070 (503,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
358,882 358,882 00000000000000000cc756c9654b108486ba3bfad3d40f9ab1062c834c18e5e5 0.63 MB 1,056 23
358,881 358,881 00000000000000000645dcc5daea8bb05947ba97f4c2a4a4e4a33ff213fb5110 0.26 MB 281 18
358,880 358,880 00000000000000000c03f0bc2aeda521a913ffe3abfeb1c6192614e3e3825bbe 0.46 MB 926 29
358,879 358,879 000000000000000003ff972c02ba151a21edebd58f3f369a5366b8e6a78f82d7 0.51 MB 895 24
358,878 358,878 00000000000000000901b83fdba42373734f71f052e9fcc53b6868bf104bcb9a 0.54 MB 1,120 29
358,877 358,877 000000000000000013986fc2635bca3a3e382ba378b4cafb1502aa488cddcacb 0.21 MB 448 30
358,876 358,876 00000000000000001375a69698de8df06ab2faa36c4c141b497c680f95461b08 0.06 MB 121 20
358,875 358,875 00000000000000000c753d7a1bb956d481c90d7c3d94b676a88d8d9339e6eae7 0.19 MB 438 31
358,874 358,874 00000000000000001703349800de8ebe5a598c9c5575016437e18dc5f447d3c7 0.17 MB 301 26
358,873 358,873 00000000000000000201070bbd55bba02ea0bd2a8f0f3ad08561b66f90266391 0.08 MB 193 25
358,872 358,872 00000000000000000b22497f65f371bbec908ce10fe2ec303117f5ef5b83eaf3 0.21 MB 390 28
358,871 358,871 0000000000000000092ddffc4c8484b07a78cfabaecef2d5844e036d2360b603 0.59 MB 1,107 26
358,870 358,870 0000000000000000145bbf71bc48ce564e71ac3fcdedcf8249723a55a22ec97b 0.21 MB 395 25
358,869 358,869 000000000000000011e386a87832eae40d801690bdb00f4188e7b961b54928d7 0.14 MB 205 23
358,868 358,868 00000000000000000b55dfc3219dfd75a966c23944ddeeeacb4d8053af8258f2 0.36 MB 722 16
358,867 358,867 0000000000000000139b3b522b7c658f1f5e216e6f4339f42403d78f90c03acc 0.60 MB 724 19
358,866 358,866 00000000000000000db68f98b8f5fa6be8df0141d7fd56909a6e813d064e07d1 0.75 MB 1,606 31
358,865 358,865 00000000000000000fd56d22e12aecb7ea1978c9f8a3dc46e9164cc3fce6d2ea 0.00 MB 1 0
358,864 358,864 000000000000000011fce8b62fcfbfa5bc6efb531b4ccc5fe6e224bda22714ac 0.75 MB 1,918 36
358,863 358,863 00000000000000000f64deeff2272e8fc6b1aab571f9811762200cf78155dc7e 0.04 MB 85 28
358,862 358,862 0000000000000000150550b7e8e55aefe83a1bba67e7735b0eeb8215d338a34f 0.33 MB 587 27
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.06 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.