Memory Pool Memory Pool Refreshing

6,308 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,752 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (743,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,761 164,761 000000000000010ea1de99abc7258025164ce02609a90dc0b7ee6394ec6814f8 0.02 MB 52 2
164,760 164,760 0000000000000747d8f8a123888a5d7acc327773b2ccedb7384f798cc194be46 0.03 MB 65 184
164,759 164,759 00000000000009bc5db4487f913e58e746ca633193e8deb06eda7288f389e581 0.05 MB 90 73
164,758 164,758 0000000000000c085c51d72899c2386a04907b07d1c98848e1d799e2d3200607 0.05 MB 140 23
164,757 164,757 00000000000007dbd23a05b68d83a115dc92b4bdad0aa8c6b9011f1f1f53d2cd 0.02 MB 45 185
164,756 164,756 0000000000000b7b8d8a155d4facd343d842e81a4cc64c43e58a22adb066e7d0 0.01 MB 10 460
164,755 164,755 0000000000000660f7eae55ab014c20f163c6e6aba5789695a055508b9ac61cd 0.01 MB 14 81
164,754 164,754 00000000000008705be20d21dc675dfcca7aa284f6c8c4e41bf67c537f0f01da 0.02 MB 42 7,132
164,753 164,753 00000000000001387be8decaca91920c1b50020eb086c2c7427b7e415780681a 0.05 MB 73 58
164,752 164,752 00000000000009b5d30508192304fc97a4f3c3dae0faca750b15eefb9a899b68 0.00 MB 12 31
164,751 164,751 00000000000004b598ef2027040ae39560a7465aaac8fe88a3fd2e60dd7a560c 0.03 MB 69 277
164,750 164,750 00000000000002a4a853faa1e5b25bbb398df72458ac10e0f045430c9d591772 0.05 MB 64 106
164,749 164,749 00000000000003712636e57bef57ce4614846c71a81f7cfd2a0262e6414bb0f9 0.01 MB 54 6
164,748 164,748 0000000000000ca98875c3e677aeaba617d7c0f39bf02884198a7f5d0de00189 0.03 MB 85 42
164,747 164,747 00000000000008c02d7ed1aeb459e4d2f7744be6166be476c6b79619e96c0d26 0.14 MB 85 341
164,746 164,746 000000000000087bc8c6a6726be20317d7ad9b0ec9d8c38b7da306bf3ee476bd 0.05 MB 94 108
164,745 164,745 00000000000005ec8cb09c99254fe37ac6d20b9d5bca1eca2f7b2fd0c277f742 0.02 MB 38 45
164,744 164,744 000000000000081aaba8016b9e73b7ccc466cc669865fe63c09ec1790db82824 0.03 MB 75 40
164,743 164,743 00000000000006f86145949b7b5fd13570db591d061ecc66dc78c41749dd1130 0.00 MB 10 86
164,742 164,742 00000000000007e4a096ea0e456ba90ea6bbd10f5c298b01df3289e7959bdf53 0.00 MB 14 65
164,741 164,741 0000000000000bd2132956fd756be394fbbca671c83f01ee4c405ee60ca49d90 0.00 MB 9 556
Previous 10 blocks ↓
Total Size: 769.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.66 GB sent, 94.04 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.