Memory Pool Memory Pool Refreshing

190 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 176 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (254,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
653,096 653,096 0000000000000000000419b60c3f5d98fc6f541896b399cb14076220a718bc25 0.16 MB 315 35
653,095 653,095 000000000000000000003a82313ee7368298c600ab5ab096ac7159549bee482d 0.92 MB 1,902 32
653,094 653,094 000000000000000000038cd5e9e3da9783f485bf39a80dfcefd4d4457d5ca5c1 1.26 MB 2,510 41
653,093 653,093 0000000000000000000b6d2414a74af9038381c381f9b97a3a6770cfcfd7d8b4 0.59 MB 1,140 26
653,092 653,092 0000000000000000000c183dbf6bb1b4255277729e16d20f2b14f6ac59eb1178 1.24 MB 2,377 37
653,091 653,091 00000000000000000006389db490575ea466e10ef2b4f841ac6307620c2ad603 0.71 MB 926 21
653,090 653,090 0000000000000000000c7a75a6b1c83e8a3f176f6e2b5275f256c20c65bdded6 1.63 MB 107 2
653,089 653,089 00000000000000000006103ed5c23f7e693d54795b231c728bc6759be017f5c4 1.50 MB 1,274 16
653,088 653,088 000000000000000000037729b31d0aa6a12c4e1aa1586c24df988a10247108bc 1.66 MB 326 4
653,087 653,087 0000000000000000000a77911b6fe00a138f2ff346351024b403ffffc4fc1aef 1.36 MB 603 3
653,086 653,086 00000000000000000002aca507af2a4a0b3159e418eca3ca890f3d10ab4dad65 1.28 MB 2,346 16
653,085 653,085 00000000000000000004a6c014fc6723e1dad4bbc85784c8cef7d04410e263d5 1.37 MB 3,038 60
653,084 653,084 0000000000000000000bb2615aa91fdc6b343c24a7d9f5ce4c86176fcc63599c 1.29 MB 2,619 36
653,083 653,083 0000000000000000000df31fc655a111e6c984abd123b95fb533adfacabe19ac 1.72 MB 415 7
653,082 653,082 000000000000000000079c75d29983a956fa53ee9d14571b2f9dd8883a2b43cb 1.58 MB 1,300 19
653,081 653,081 0000000000000000000121e7720f3a49456baad29e07cc77dba506ba5b2aecb2 1.71 MB 952 17
653,080 653,080 0000000000000000000dcabe588272c48d98dd2f71393a3d6d17ed684735fec4 1.69 MB 482 12
653,079 653,079 00000000000000000000817fef799b5ffc68e3323cd4c45f63147511c3579698 1.35 MB 2,077 41
653,078 653,078 00000000000000000000e32ca2cfab84b0cd5b01b193d39fd5483411a8da7565 1.63 MB 420 3
653,077 653,077 000000000000000000039db2d73a14b902c33ca16ae98988be65811b4ba697e5 1.56 MB 1,444 20
653,076 653,076 00000000000000000005719c312bc2709266e88eccdf372c80e3d6a8073e8fe0 1.84 MB 431 6
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.