Memory Pool Memory Pool Refreshing

64,856 transactions
30.83 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,147 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 1,235 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,146 (132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,014 866,014 000000000000000000022b5c19ebb315cbe866a8b4de21747e67615fe5fbb666 1.21 MB 1,907 15
866,013 866,013 0000000000000000000296974fb63aa49ce667e49139545fac2fa08dc3ddf34a 1.60 MB 5,057 11
866,012 866,012 0000000000000000000002aaead890d9fa216d23a7030637d9d0e81b3c6dabe6 1.48 MB 3,805 44
866,011 866,011 00000000000000000002740305e18e3b468f4644d7d5d1ba5cddb5ee6f520e15 1.62 MB 3,793 50
866,010 866,010 00000000000000000002033f52a63021b198e0a80215bf741a831e0713fc366d 1.45 MB 5,573 24
866,009 866,009 0000000000000000000115117f2898f4ec09af58c71240673fc8a9680fdab94e 1.56 MB 4,288 56
866,008 866,008 00000000000000000002130c9450c0aeca7286a957f7eca3efc22d9e918f0eaa 1.44 MB 4,933 12
866,007 866,007 0000000000000000000099803f1c80792a9beb6ff7ecad449390aa1c5d307a13 1.51 MB 5,142 30
866,006 866,006 000000000000000000019ca040d7bd0900f2a8ec0a0611a5b51b31b2af6cc720 1.57 MB 4,706 32
866,005 866,005 00000000000000000000e77328bd440c0ca75d9f7e57c5ce1d6acf55e8fee5ef 1.49 MB 5,225 22
866,004 866,004 0000000000000000000264355e6cb2c1f784b396f6985d96e35aadea398cd179 1.35 MB 4,421 15
866,003 866,003 0000000000000000000053f22c2eac00d0f82d1f4f233ffb4cdc1d3124cdbe3d 1.45 MB 6,420 24
866,002 866,002 00000000000000000000d0aac25f15883c35463cf2d60c3682eadfb0243392e2 1.46 MB 6,438 44
866,001 866,001 00000000000000000000c78ac22ac10728cb255f988efd913866557a11fce9e1 1.47 MB 6,870 13
866,000 866,000 000000000000000000017fa2168ef7341231870284b8000e937ceb8f663dab9e 1.46 MB 6,576 27
865,999 865,999 0000000000000000000179f7b2c9011f9fd70cf8ede198d0468b41b9e9ba9f8a 1.46 MB 7,005 23
865,998 865,998 00000000000000000001f9fce77b00b3de0db9df814ecc747714292509c12dfc 1.47 MB 5,875 24
865,997 865,997 0000000000000000000031379dad18210a63bb7f039a565a99c2544479271bc1 1.08 MB 846 16
865,996 865,996 00000000000000000002be1c8da354430d2384dced3e89c1b3c2402ea120ea2a 1.32 MB 2,646 12
865,995 865,995 00000000000000000000d81984722197905c73ac33d6b2f9a014892913223cbd 1.53 MB 4,002 12
865,994 865,994 00000000000000000000f79eaee7c2ea748c4a80953ec4021615210cdcb0b195 1.43 MB 3,579 20
Previous 10 blocks ↓
Total Size: 692.02 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,832.51 GB sent, 157.62 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.