Memory Pool Memory Pool Refreshing

64,611 transactions
28.93 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 866,188 (2,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,256 863,256 00000000000000000002eb2895bb7f479bfd1213875fc3bdf47d9a54f7af41d9 1.65 MB 3,047 8
863,255 863,255 000000000000000000005eb6adf5c66d44c00081d0b2324a0c81b55592667137 1.93 MB 4,616 4
863,254 863,254 00000000000000000003209c66e4755ff8a6fd0f3ab18962dacdddb57d358014 1.55 MB 3,914 6
863,253 863,253 000000000000000000027ee3a820f2782faea06a866c7c0f4ecb6e8f60865f54 1.67 MB 4,070 5
863,252 863,252 000000000000000000013aaf095ca6fbb3b3028d98d6b2c5bf1c8a142588742e 1.63 MB 3,149 4
863,251 863,251 00000000000000000000afecf27771670a8170162b8c0154965e5f631e34c50e 1.63 MB 3,019 12
863,250 863,250 00000000000000000001d44ce1ac7283adb83038d9dce0ca4a4a94352ebf67f8 2.21 MB 3,110 2
863,249 863,249 00000000000000000001c3108d48c53094c9a27a123f11c1d9174898d5ad37fc 1.75 MB 3,320 4
863,248 863,248 000000000000000000015c179b04c0e30ca8f1d1ae75019c97ee0fb2085fdcfb 1.53 MB 2,491 6
863,247 863,247 00000000000000000001c8ab2f3a906b68f83ad765698836c952b7aa9579823f 1.42 MB 2,015 7
863,246 863,246 00000000000000000000be3414464bd2ba5685fa1c5a383ec5704540cdddc003 1.67 MB 3,414 9
863,245 863,245 000000000000000000000cc4b0e4fbbc3df2cdbfacb081c7d6fa1450f4d3c438 1.69 MB 3,300 10
863,244 863,244 00000000000000000002caea1ae898b92b19c21dd969747f5afa5f0a35f1fa4f 1.46 MB 3,433 16
863,243 863,243 00000000000000000002ef5baebcf2754630a4671556271521ad68c413f849cd 1.47 MB 3,696 16
863,242 863,242 00000000000000000000b53354552c0065c6da6071f25fde5a4e182649dce499 1.46 MB 3,201 7
863,241 863,241 00000000000000000002d48c1f3a6e5946d2efb7c222ce75d52d66fcb2c38de7 1.81 MB 4,276 4
863,240 863,240 000000000000000000010d66929cfffd6150e70dca9ccc0c3473c39191339bc0 1.84 MB 3,966 4
863,239 863,239 0000000000000000000065f945f777f20978bcf3ab00960df6745ebd6ec9123d 1.52 MB 3,702 7
863,238 863,238 00000000000000000001998808dd47b990af95e5044277d1f4cf202899f3a83e 1.95 MB 3,752 4
863,237 863,237 000000000000000000013399ed2c2b8dee7911d2103388b515154939ccc96b30 1.95 MB 3,293 6
863,236 863,236 00000000000000000000d418b0c34f8d5547407660efda6f9a137e505c6a4cc0 1.56 MB 3,930 7
Previous 10 blocks ↓
Total Size: 692.10 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,837.33 GB sent, 158.10 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.