Memory Pool Memory Pool Refreshing

39,042 transactions
28.68 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,207 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,137 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,206 (248,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
614,877 614,877 0000000000000000000b3ff2457fb99ac558747a00440ee8fbcd2c23eb3534aa 1.38 MB 2,582 25
614,876 614,876 0000000000000000000df59496570d151a23dca1c6173d90a220ce5724288f73 0.25 MB 312 14
614,875 614,875 0000000000000000000baf411043c58b9a54ccd4e1787c13f1a15e64a4bf786c 1.17 MB 1,738 17
614,874 614,874 0000000000000000000baef8fd8a85dd8264ce5dc83d22ea384a623516308e46 0.28 MB 638 14
614,873 614,873 0000000000000000000ddce7d409e1577a4a2d8651de64dcbf4426a8b97028a8 0.44 MB 743 12
614,872 614,872 000000000000000000055a72d6348b73a0376195662e6508907d039beb59b358 0.56 MB 1,383 15
614,871 614,871 00000000000000000006120e8830703c9ef36325c45332d098836116f1744578 0.90 MB 1,847 5
614,870 614,870 00000000000000000004654750ba935a4799e962f778d6d68071ebfb14837312 1.24 MB 2,316 19
614,869 614,869 00000000000000000004ddac99ab4a3a64ea06503afb4974963edc7fd05a0ff7 1.19 MB 1,857 16
614,868 614,868 00000000000000000010621cf1e58e5c9932bd865b4ee9a9b57f7a706dcb0659 1.23 MB 2,250 16
614,867 614,867 0000000000000000000ff404f45c46f9c884fcba3134dc443ae471e83bbfab9d 1.14 MB 1,746 11
614,866 614,866 0000000000000000000a251347312914d8cc5d7cea53f0de41eef8d146ea4c7a 0.75 MB 1,462 16
614,865 614,865 000000000000000000051bb5d83714f37fd19d7125965686d0ebe6623651a522 0.22 MB 405 12
614,864 614,864 0000000000000000000bc552fe5612e9bbf4fcc1eb4eab2ad92b15d501e673cf 1.33 MB 1,367 5
614,863 614,863 000000000000000000003d4c3a11eb89f40e691e7300e6eae7625f66cd3f7d6a 1.20 MB 1,224 2
614,862 614,862 0000000000000000000141738149093656431303cde5d9fd155b8240bdbd9bf9 1.45 MB 1,580 5
614,861 614,861 0000000000000000000df6947cdef201325263577993d77e554aec81a898fb3b 1.24 MB 2,351 12
614,860 614,860 00000000000000000001ee5adc0369cc8d65fb5c82b4b9206e192d25458f8f32 1.52 MB 1,042 3
614,859 614,859 00000000000000000012e8a3a0576a4db71ffd9fd3b19fd82d3f1b601f699268 1.33 MB 2,233 12
614,858 614,858 000000000000000000004b2f344f132d8af232c3f9cf64409c2f89d8e1dbea8c 1.18 MB 1,578 6
614,857 614,857 0000000000000000000878ec5f9a345c2c8b3e229f33a627d5e5f0c214c6a2b7 1.16 MB 1,462 6
Previous 10 blocks ↓
Total Size: 686.51 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,468.48 GB sent, 115.23 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.