Memory Pool Memory Pool Refreshing

17,348 transactions
36.21 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,129 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,863 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,128 (13,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
848,979 848,979 00000000000000000000c8a6b0efeb94dadc9d3e8c1d0fb44d4cdf07ad00412e 1.65 MB 3,396 17
848,978 848,978 00000000000000000002315b42b1a23a86bec4da6c3c1e9fc29513ee12615e50 1.66 MB 6,314 10
848,977 848,977 000000000000000000014aa5260e30350dc3351eded29f20cada579e1d9e1e4b 1.59 MB 3,044 15
848,976 848,976 0000000000000000000313cbc887ab7e3b5e7118aa308206b23f706df4ec98d5 1.70 MB 4,432 14
848,975 848,975 00000000000000000002671035733e050c538b6e4f6b3e9104ef202a701b0071 1.63 MB 3,814 15
848,974 848,974 0000000000000000000177966a22ed72240f7bd4a6fcc2a234bc84da0650dfd1 2.12 MB 4,499 12
848,973 848,973 00000000000000000000ed2e9218c351c7684b6ce3302ec9ca11295ca35fb6ee 1.67 MB 7,124 8
848,972 848,972 00000000000000000000dc71a025896d25f531126cfb078e0ac535a42b952a4e 1.58 MB 5,373 11
848,971 848,971 00000000000000000000e7a93d2ec3944997cb8d175a09716a109ea90f2d83e2 1.83 MB 3,827 13
848,970 848,970 0000000000000000000066d91c4bcd9156d537133064b2014741d447579ca773 1.58 MB 7,030 8
848,969 848,969 000000000000000000018695f0b93b9646e6a978cd1ad23598c243483214cdce 1.68 MB 3,879 16
848,968 848,968 000000000000000000008e1012aaa6c69e0548a6b98d829d9b82761802561c5d 1.55 MB 6,014 9
848,967 848,967 00000000000000000000df1e504c307157213014e129b5c237178afe22a81c6d 1.65 MB 3,671 11
848,966 848,966 000000000000000000005a5902a374846dc431ea915e47338858616d7d98cd60 1.61 MB 4,534 10
848,965 848,965 0000000000000000000252dc908027070c5580a778dae38392a82eaf74ab9083 1.56 MB 4,766 13
848,964 848,964 000000000000000000032de8f2c2e9f5caf509de8e9443828bd8e8e77783831a 1.62 MB 5,233 15
848,963 848,963 00000000000000000000365c6931545ddac7a3e5ce8b25e93e4301ce452323cd 1.52 MB 4,777 15
848,962 848,962 000000000000000000021de4cdcbae6b51c806e126c8d8c440dadd6965a89563 1.31 MB 2,933 13
848,961 848,961 00000000000000000000e7cf9a85ef25db5b7295f6f20a3d68827bd6b0099222 1.40 MB 4,575 15
848,960 848,960 00000000000000000000840cf42ebf515b820775d2593d797aefd85e8d0dee1e 1.39 MB 1,890 11
848,959 848,959 00000000000000000000ac7ee629eafe0457378efc155fcfe65c50c54aed12e0 1.30 MB 2,800 12
Previous 10 blocks ↓
Total Size: 684.41 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,339.11 GB sent, 101.00 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.