Memory Pool Memory Pool Refreshing

60,398 transactions
27.95 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
869,315 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,314 (20,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,047 849,047 000000000000000000027044ba5e44406b2b82763bcaab494b396f25db2ffdd1 1.49 MB 5,131 12
849,046 849,046 00000000000000000000a4662ec1e88e35f8121fbdbde606a7c27b3372c2398b 1.59 MB 3,972 16
849,045 849,045 00000000000000000001ead040a7fba502c23aae26770a9ed7730b5c8a287872 1.54 MB 5,946 11
849,044 849,044 00000000000000000001c77b10e670ca9ce9597c9ad47d0ad6b590a981fdd8aa 1.61 MB 5,448 9
849,043 849,043 00000000000000000000ae6eb97bb2af7e0e90d7bd232b42efb3b16546c34ab9 1.56 MB 3,791 19
849,042 849,042 00000000000000000002957861d5f834821fc6c3582b457161ab4a82e1d9b1ba 1.55 MB 7,335 8
849,041 849,041 00000000000000000000811664233dd142da948a306d9f631dd20c501cbd7795 1.68 MB 3,525 9
849,040 849,040 00000000000000000000c3ce181bf0dd27aa7bfb56f2d79570515ace4e71058c 1.54 MB 6,116 10
849,039 849,039 000000000000000000026575cc7ef1bfa2eef6cdd568000e2c9df02bda3ea36a 1.65 MB 4,645 15
849,038 849,038 00000000000000000002bab6a4f7656293675a2dce2a8c32ee0edb73c9dccbd5 1.55 MB 3,852 17
849,037 849,037 00000000000000000001680fbef1de0a6523665158932f8212acc24c8fee871b 1.47 MB 4,018 14
849,036 849,036 0000000000000000000256ad24cb95006ec65c3264a119e3b544293646945d3a 1.50 MB 4,517 13
849,035 849,035 00000000000000000001658f241becbecbf4449d954b0649160054a41f16a5bd 1.82 MB 4,869 12
849,034 849,034 00000000000000000001e5a43c6ce9d99588db2540d7029da15962e4b0e77a30 1.58 MB 4,821 11
849,033 849,033 000000000000000000002f220272ea6f5a241a3ef728fd33cef4053d4c23d18c 1.63 MB 4,992 11
849,032 849,032 000000000000000000001a783ef1db8f6e784b446c6b5ed0c91c79e8331ec989 1.98 MB 3,970 14
849,031 849,031 00000000000000000001fa912ffa38ae298bd79b63dd25913986ee51c9f92e39 1.45 MB 5,513 11
849,030 849,030 00000000000000000001aae410773b240d993f470d4f3d208365f7db592367b6 1.65 MB 4,132 14
849,029 849,029 0000000000000000000316a182af40011d1c6ab15f8c06fc32d632b8adc3d840 1.52 MB 4,764 20
849,028 849,028 0000000000000000000074a59d3e9523a7d8dbb82d8cf1e9d0d3a105e8beda90 2.01 MB 3,396 17
849,027 849,027 00000000000000000001f2e4081747285bfe7b8f64fa7b3d697520a45bcc15fa 1.58 MB 2,791 12
Previous 10 blocks ↓
Total Size: 698.17 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,069.48 GB sent, 198.76 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.